Crates.io | otp |
lib.rs | otp |
version | 0.2.0 |
source | src |
created_at | 2016-09-25 04:48:05.350994 |
updated_at | 2023-12-09 03:05:21.179527 |
description | Pure rust implementation of Hash- and Time-based One Time Passwords in Rust. |
homepage | |
repository | https://github.com/pantsman0/rust-otp |
max_upload_size | |
id | 6615 |
size | 8,267 |
A pure rust implementation for SHA1 HOTP (RFC 4226) and TOTP(RFC 6238).
To import rust-rust-otp add the following to your Cargo.toml:
[dependencies]
otp = "^0.2"
Any contributions are welcome. This was implemented as a learning experience and any advice is appreciated.
This crate is licensed under the BSD 3-Clause license.