No description
Find a file
2017-07-15 09:22:24 +02:00
.idea Re-implement reorder and delete (drag&drop and swipe) 2017-06-30 15:59:28 +02:00
app Bump to version 0.2.2 2017-07-14 20:26:31 +02:00
assets Add Downloads to the README 2017-07-15 09:22:24 +02:00
gradle/wrapper Update target SDK, gradle and modules. 2017-06-28 15:13:30 +02:00
.gitignore update gitignore 2015-11-23 22:19:22 +01:00
.travis.yml Enable Travis CI 2017-07-05 14:32:37 +02:00
build.gradle Update target SDK, gradle and modules. 2017-06-28 15:13:30 +02:00
CHANGELOG.md Bump to version 0.2.2 2017-07-14 20:26:31 +02:00
gradle.properties initial code dump 2015-11-23 22:20:14 +01:00
gradlew initial code dump 2015-11-23 22:20:14 +01:00
gradlew.bat initial code dump 2015-11-23 22:20:14 +01:00
LICENSE.txt Move the about dialog to a new activity 2017-07-13 12:18:46 +02:00
README.md Add Downloads to the README 2017-07-15 09:22:24 +02:00
settings.gradle initial code dump 2015-11-23 22:20:14 +01:00

andOTP - Android OTP Authenticator

Build Status Current release

andOTP

andOTP is a two-factor authentication App for Android 4.4+.

It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
Simply scan the QR code and login with the generated 6-digit code.

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.

Features:

  • Free and Open-Source
  • Requires minimal permissions
    • Camera access for QR code scanning
    • Storage access for import and export of the database
  • Encrypted storage
  • Plain-text backups
  • Encrypted backups using OpenPGP
  • Sleek minimalistic Material Design
  • Great Usability
  • Compatible with Google Authenticator

TODO:

  • Export the secret key (maybe)

Downloads:

GitHub

XDA Thread

Google Play: coming soon

Discussion:

If you want to discuss this app, share ideas for features or get help with bugs please head over to the XDA thread.

Acknowledgments:

Open-source components used:

Code examples used:

License:

Copyright (C) 2017 Jakob Nixdorf <flocke@shadowice.org>
Copyright (C) 2015 Bruno Bierbaumer

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:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

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.