Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haskell-cryptography/one-time-password

Haskell implementation of One-Time Passwords algorithms
https://github.com/haskell-cryptography/one-time-password

cryptography haskell hotp totp

Last synced: 2 days ago
JSON representation

Haskell implementation of One-Time Passwords algorithms

Awesome Lists containing this project

README

        


one-time-password



CI badge


Hackage

A One-Time Password (OTP) is a dynamic password used once in conjunction with an account's usual password, a for the purpose of two-factor authentication.

It can be based on a counter (HOTP) or a timestamp (TOTP). This module provides both methods.

Mobile authenticator applications will typically require a TOTP secret. They are most commonly provided as QR codes to scan.
This library can generate a URI that can be used by a QR Code generator.