Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/haskell-cryptography/one-time-password
- Owner: haskell-cryptography
- License: mit
- Created: 2023-11-02T14:48:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-13T23:07:19.000Z (7 months ago)
- Last Synced: 2024-04-14T08:56:10.371Z (7 months ago)
- Topics: cryptography, haskell, hotp, totp
- Language: Haskell
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
one-time-passwordA 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.