Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shaneutt/otplib
a library for one-time password authentication
https://github.com/shaneutt/otplib
hmac hotp otp otpauth rust totp
Last synced: about 1 month ago
JSON representation
a library for one-time password authentication
- Host: GitHub
- URL: https://github.com/shaneutt/otplib
- Owner: shaneutt
- License: lgpl-3.0
- Created: 2020-02-16T18:21:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T18:44:13.000Z (almost 5 years ago)
- Last Synced: 2024-10-14T09:35:41.848Z (3 months ago)
- Topics: hmac, hotp, otp, otpauth, rust, totp
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![Rust](https://github.com/rust-vault/otplib/workflows/Rust/badge.svg)](https://github.com/rust-vault/otplib/actions)
[![Crates.io](https://img.shields.io/badge/crates.io-v0.0.1-orange.svg?longCache=true)](https://crates.io/crates/otplib)# Rust OTP (One-Time Password)
A [Rust](https://rust-lang.org) library which implements the [HMAC-Based One-Time Password Algorithm](http://en.wikipedia.org/wiki/HMAC-based_One-time_Password_Algorithm).
Currently this library should be consider a "Work In Progress" and only used for experimental purposes.