Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anexia/android-anexia-authenticator

Authenticator App mit One-Time Password (OTP) Generator.
https://github.com/anexia/android-anexia-authenticator

Last synced: 8 days ago
JSON representation

Authenticator App mit One-Time Password (OTP) Generator.

Awesome Lists containing this project

README

        

# Anexia Authenticator for Android

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](https://github.com/twofas/2fas-android).

## Features

- 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

## Installation

1. Download the app from the [play store](https://play.google.com/store/apps/details?id=at.anexia.authenticator).
2. Install the app on your device.
3. Follow the on-screen instructions to set up your online accounts.

## Getting started

The following steps will help if you want to work on the application.

### Prerequirements

- Android Studio Iguana
- Android Version >= 6.0
- Java 17

### Installation

1. Clone the repository
2. Create your own debug signing key in `config/debug_signing.jks`
3. Create `config/config.properties` file with your debug key alias and password:
```
debug.storePassword=
debug.keyAlias=
debug.keyPassword=
```
4. Start working and debugging
5. Run the app in Android Studio

## Contributing

Contributions are welcome!
Because the project is a clone of the 2fas project, if you would like to contribute, please see [2FAS-Android](https://github.com/twofas/2fas-android)

## List of developers

- Bettina Kelhar , Technical Leader Mobile

## License

This project is published with the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html).