# freeotp-android **Repository Path**: sunyker/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**: 2020-01-07 - **Last Updated**: 2024-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.org/freeotp/freeotp-android.svg?branch=master)](https://travis-ci.org/freeotp/freeotp-android) # 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](http://www.ietf.org/rfc/rfc4226.txt) * TOTP (Time-Based One-Time Password Algorithm) [RFC 6238](http://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 |