Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeotp/freeotp-android
https://github.com/freeotp/freeotp-android
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/freeotp/freeotp-android
- Owner: freeotp
- License: apache-2.0
- Created: 2016-10-24T13:23:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T18:13:24.000Z (23 days ago)
- Last Synced: 2024-11-28T13:06:20.247Z (14 days ago)
- Language: Java
- Size: 1.38 MB
- Stars: 1,435
- Watchers: 42
- Forks: 303
- Open Issues: 137
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- stars - freeotp/freeotp-android
README
[![Build Status](https://github.com/freeotp/freeotp-android/actions/workflows/build.yml/badge.svg?branch=master)](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.## Download FreeOTP for Android
* [Google Play](https://play.google.com/store/apps/details?id=org.fedorahosted.freeotp)
* [F-Droid](https://f-droid.org/packages/org.fedorahosted.freeotp)## Contributing
Pull requests on GitHub are welcome under the Apache 2.0 license, see [COPYING](COPYING).
## 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 |