The Time-based One-Time Password algorithm (TOTP) is an algorithm that computes a one-time password from a shared secret key and the current time. It has been adopted as Internet Engineering Task Force standard RFC 6238, is the cornerstone of Initiative For Open Authentication (OATH), and is used in a number of two-factor authentication systems.
The implementation of the library is based on RFC 6238.
- Gradle
- JDK
git clone https://github.com/alallk/TOTP.git
or download the repo by browser
Run tests using Gradle task test
- Aristótenes Vilar Filho - Initial work - ALALLK
This project is licensed under the MIT License - see the LICENSE.md file for details