Skip to content

alallk/TOTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

TOTP implementation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages