# freeotp-android
**Repository Path**: iceeer/freeotp-android
## Basic Information
- **Project Name**: freeotp-android
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-11-11
- **Last Updated**: 2026-01-13
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://github.com/freeotp/freeotp-android/actions/workflows/build.yml)
# FreeOTP
[FreeOTP](https://freeotp.github.io) is a two-factor authentication application for systems
utilizing one-time password protocols. Tokens can be added easily by scanning a QR code.
FreeOTP implements open standards:
* HOTP (HMAC-Based One-Time Password Algorithm) [RFC 4226](https://www.ietf.org/rfc/rfc4226.txt)
* TOTP (Time-Based One-Time Password Algorithm) [RFC 6238](https://www.ietf.org/rfc/rfc6238.txt)
This means that no proprietary server-side component is necessary: use any server-side component that implements these standards.
## Screenshots
## Download FreeOTP for Android
* [F-Droid](https://f-droid.org/packages/org.fedorahosted.freeotp)
* [Google Play](https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp)
## Contributing
Pull requests on GitHub are welcome under the Apache 2.0 license, see [CONTRIBUTING](CONTRIBUTING.md) for more details.
## Permissions
The FreeOTP app uses the following permissions
| Permission | Usage | Required | Permission type |
|------------|--------------------------|----------|-----------------|
| Camera | Recognition of QR codes | No | Dangerous |
| Internet | Token image provisioning | No | Normal |
## Alternatives
Here are some open-source alternative apps providing similar functionality:
- [Aegis](https://github.com/beemdevelopment/Aegis)
- [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus)
- [Proton Authenticator](https://github.com/protonpass/android-authenticator)