Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 869 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 869 Bytes

TOTP Library

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.

Prerequisites

  1. Gradle
  2. JDK

Getting Started

git clone https://github.com/alallk/TOTP.git

or download the repo by browser

Running the tests

Run tests using Gradle task test

Authors

  • Aristótenes Vilar Filho - Initial work - ALALLK

License

This project is licensed under the MIT License - see the LICENSE.md file for details