otp

Crates.iootp
lib.rsotp
version0.2.0
sourcesrc
created_at2016-09-25 04:48:05.350994
updated_at2023-12-09 03:05:21.179527
descriptionPure rust implementation of Hash- and Time-based One Time Passwords in Rust.
homepage
repositoryhttps://github.com/pantsman0/rust-otp
max_upload_size
id6615
size8,267
Philip Woolford (pantsman0)

documentation

README

Rust-OTP

creates.io version

A pure rust implementation for SHA1 HOTP (RFC 4226) and TOTP(RFC 6238).

Usage

To import rust-rust-otp add the following to your Cargo.toml:

[dependencies]
otp = "^0.2"

Contributions

Any contributions are welcome. This was implemented as a learning experience and any advice is appreciated.

License

This crate is licensed under the BSD 3-Clause license.

Commit count: 4

cargo fmt