Anexia Authenticator is an open-source Time-based One-Time Password (TOTP) app designed to secure your online accounts. It generates time-sensitive codes that act as a second factor for your logins, significantly reducing the risk of unauthorized access. Anexia Authenticator is based on the project 2FAS Android.
- Support for time-based one-time passwords (TOTP) and HMAC-based on-time passwords (HOTP)
- Compatible with any service that supports the TOTP and HOTP standard
- Download the app from the play store.
- Install the app on your device.
- Follow the on-screen instructions to set up your online accounts.
The following steps will help if you want to work on the application.
- Android Studio Iguana
- Android Version >= 6.0
- Java 17
- Clone the repository
- Create your own debug signing key in
config/debug_signing.jks
- Create
config/config.properties
file with your debug key alias and password:
debug.storePassword=
debug.keyAlias=
debug.keyPassword=
- Start working and debugging
- Run the app in Android Studio
Contributions are welcome! Because the project is a clone of the 2fas project, if you would like to contribute, please see 2FAS-Android
- Bettina Kelhar [email protected], Technical Leader Mobile
This project is published with the GNU General Public License v3.0.