andOTP/README.md

142 lines
8.5 KiB
Markdown
Raw Normal View History

2017-06-28 08:29:18 +00:00
# andOTP - Android OTP Authenticator
2017-07-05 12:57:49 +00:00
[![Build Status](https://travis-ci.org/flocke/andOTP.svg?branch=master)](https://travis-ci.org/flocke/andOTP)
2017-09-27 05:22:49 +00:00
[![Current release](https://img.shields.io/github/release/flocke/andOTP/all.svg)](https://github.com/flocke/andOTP/releases/download/v0.2.7/andOTP_v0.2.7.apk)
2017-07-05 12:57:49 +00:00
2017-06-28 11:17:53 +00:00
![andOTP](./assets/logo.png)
2015-11-22 00:07:14 +00:00
andOTP is a two-factor authentication App for Android 4.4+.
2015-11-25 23:21:17 +00:00
2015-11-25 23:39:20 +00:00
It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
2015-11-25 23:49:03 +00:00
Simply scan the QR code and login with the generated 6-digit code.
2015-11-25 23:27:58 +00:00
2017-06-28 08:29:18 +00:00
This is a fork of the great OTP Authenticator app written by Bruno Bierbaumer,
which has sadly been inactive since 2015. All credit for the original version
goes to Bruno.
2015-11-25 23:27:58 +00:00
2017-09-13 09:32:06 +00:00
## Help wanted:
I currently don't have that much time to spend developing andOTP, so any contributions are always welcome.
Don't worry, I will still continue to develop andOTP it will just slow down from the incredible speed I had going in the beginning.
2015-11-25 21:54:09 +00:00
## Features:
2017-06-30 16:21:57 +00:00
* Free and Open-Source
* Requires minimal permissions
2017-07-03 11:17:57 +00:00
- Camera access for QR code scanning
- Storage access for import and export of the database
2017-06-30 16:21:57 +00:00
* Encrypted storage
2017-07-31 21:20:21 +00:00
* Multiple backup options:
- Plain-text
- Password-protected
- OpenPGP-encrypted
* Sleek minimalistic Material Design with a Dark and Light theme
2017-06-30 16:21:57 +00:00
* Great Usability
* Compatible with Google Authenticator
2017-07-20 11:14:22 +00:00
## Backups:
2017-07-20 13:07:24 +00:00
To keep your account information as secure as possible andOTP only stores it in
encrypted data files. A part of the encryption key used for that is stored in the
Android KeyStore system. The advantage of this approach is that the key is kept
separate from the apps data and, as a bonus, can be backed by hardware cryptography
(if your device supports this).
However, due to that separation, backups with 3rd-party apps like Titanium Backup can not
be used with andOTP. Such apps only backup the encrypted data files and not the encryption
key, which renders them useless.
2017-07-20 11:14:22 +00:00
**Please only use the internal backup functions provided by andOTP to backup your accounts!**
**Everything else WILL result in data loss.**
### Opening the backups on your PC:
* [OpenPGP](http://openpgp.org/): OpenPGP can be used to easily decrypt the OpenPGP-encrypted backups on your PC.
* [andOTP-decrypt](https://github.com/asmw/andOTP-decrypt): A python script written by @asmw to decrypt password-protected backups on your PC (needs more testing).
## Migration:
2017-10-23 05:45:57 +00:00
Check out [this](https://github.com/flocke/andOTP/wiki/Migration) wiki page to learn about the different ways to migrate to andOTP from other 2FA apps.
2017-07-15 07:22:24 +00:00
## Downloads:
2015-12-20 22:40:21 +00:00
[<img height=80 alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png" />](https://play.google.com/store/apps/details?id=org.shadowice.flocke.andotp)
[<img height=80 alt="Get it on F-Droid" src="https://f-droid.org/badge/get-it-on.png" />](https://f-droid.org/packages/org.shadowice.flocke.andotp/)
2017-07-24 08:30:24 +00:00
[<img height=80 alt="Get it on GitHub" src="https://raw.githubusercontent.com/flocke/andOTP/master/assets/badges/get-it-on-github.png" />](https://github.com/flocke/andOTP/releases)
2017-07-15 19:22:51 +00:00
**Warning**: All three versions (Google Play, F-Droid and the APKs) are not compatible (not signed by the same key)!
2017-07-15 19:22:51 +00:00
You will have to uninstall one to install the other, which will delete all your data.
So make sure you have a **current backup** before switching!
2017-07-15 07:22:24 +00:00
2017-08-07 18:55:57 +00:00
## Contribute:
* **Translation**: If you want to help translate andOTP into your language head over to the [Crowdin project](https://crowdin.com/project/andotp).
* **Bug reports and feature requests**: You can report bugs and request features in the [Issue tracker](https://github.com/flocke/andOTP/issues) on GitHub.
2017-09-27 08:02:48 +00:00
* **Discussion and support**:
- [XDA thread](https://forum.xda-developers.com/android/apps-games/app-andotp-android-otp-authenticator-t3636993) (please keep off-topic to a minimum)
- Telegram channel [@andOTP](https://t.me/andOTP)
2017-08-07 19:02:36 +00:00
2017-08-10 07:28:16 +00:00
#### Contributors:
2017-08-10 09:34:37 +00:00
* [Carlos Melero](https://github.com/carmebar) ([view contributions](https://github.com/flocke/andOTP/commits/master?author=carmebar))
2017-08-18 11:01:56 +00:00
* [SuperVirus](https://github.com/SuperVirus) ([view contributions](https://github.com/flocke/andOTP/commits/master?author=SuperVirus))
2017-08-10 07:28:16 +00:00
2017-08-08 20:05:42 +00:00
#### Translators:
2017-08-09 05:44:07 +00:00
* 🇵🇱 Polish (pl-rPL): [Daniel Pustuła](https://github.com/9Cube-dpustula)
2017-08-08 20:05:42 +00:00
* :es: Spanish (es-rES): [Carlos Melero](https://crowdin.com/profile/carmebar)
* :de: German (de-rDE): [SuperVirus](https://crowdin.com/profile/SuperVirus), [Chris Heitkamp](https://crowdin.com/profile/christophheitkamp)
2017-09-22 09:46:52 +00:00
* :fr: French (fr-rFR): [Johan Fleury](https://github.com/johanfleury)
2017-10-21 07:28:08 +00:00
* 🇳🇱 Dutch (nl-rNL): Toon, [rain2reign](https://crowdin.com/profile/rain2reign)
2017-10-23 06:03:02 +00:00
* :es: Galician (gl-rES): [Triskel](https://crowdin.com/profile/triskel) (sorry for the wrong flag, but there is no unicode character for the Galician flag)
2017-09-22 12:14:01 +00:00
* :ru: Russian (ru-rRU): [Victor Nidens](https://crowdin.com/profile/vnidens), [Ilia Drogaitsev](https://crowdin.com/profile/waytoroot), [Dmitry](https://crowdin.com/profile/SaintDI)
2017-10-23 06:03:02 +00:00
* 🇨🇿 Czech (cs-rCZ): [Picard0147](https://crowdin.com/profile/Picard0147)
2017-08-08 20:05:42 +00:00
2017-08-07 19:02:36 +00:00
## Screenshots:
[<img width=200 alt="Main Activity" src="https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/main_activity.png">](https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/main_activity.png)
[<img width=200 alt="Main Activity" src="https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/settings_activity.png">](https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/settings_activity.png)
[<img width=200 alt="Main Activity" src="https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/backup_activity.png">](https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/backup_activity.png)
[<img width=200 alt="Main Activity" src="https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/main_activity_dark.png">](https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/main_activity_dark.png)
[<img width=200 alt="Main Activity" src="https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/settings_activity_dark.png">](https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/settings_activity_dark.png)
[<img width=200 alt="Main Activity" src="https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/backup_activity_dark.png">](https://raw.githubusercontent.com/flocke/andOTP/master/assets/screenshots/backup_activity_dark.png)
2017-08-07 18:55:57 +00:00
2017-06-29 15:10:18 +00:00
## Acknowledgments:
2017-07-05 10:48:47 +00:00
#### Open-source components used:
2017-06-29 15:10:18 +00:00
2017-07-05 11:11:30 +00:00
* [Apache Commons Codec](https://commons.apache.org/proper/commons-codec/)
* [LicensesDialog](https://github.com/PSDev/LicensesDialog)
2017-06-29 15:10:18 +00:00
* [MaterialProgressBar](https://github.com/DreaminginCodeZH/MaterialProgressBar)
* [OpenPGP API library](https://github.com/open-keychain/openpgp-api)
* [VNTNumberPickerPreference](https://github.com/vanniktech/VNTNumberPickerPreference)
2017-06-29 15:10:18 +00:00
* [ZXing Android Embedded](https://github.com/journeyapps/zxing-android-embedded)
2017-07-05 10:48:47 +00:00
#### Code examples used:
* [Android-ItemTouchHelper-Demo](https://github.com/iPaulPro/Android-ItemTouchHelper-Demo/tree/master/app/src/main/java/co/paulburke/android/itemtouchhelperdemo/helper)
* [Code Parts from Google's Android Samples](https://android.googlesource.com/platform/development/+/master/samples/Vault/src/com/example/android/vault)
* [FloatingActionMenuAndroid](https://github.com/pmahsky/FloatingActionMenuAndroid)
2015-11-22 00:07:14 +00:00
## License:
```
2017-06-28 08:29:18 +00:00
Copyright (C) 2017 Jakob Nixdorf <flocke@shadowice.org>
2015-11-22 01:31:45 +00:00
Copyright (C) 2015 Bruno Bierbaumer
2017-07-07 08:57:32 +00:00
2015-11-22 00:07:14 +00:00
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in the
Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
2017-07-07 08:57:32 +00:00
2015-11-22 00:07:14 +00:00
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
2017-07-07 08:57:32 +00:00
2015-11-22 00:07:14 +00:00
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
OR OTHER DEALINGS IN THE SOFTWARE.
```