Skip to content

pantsman0/rust-otp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust-OTP

Build Status creates.io version

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

Usage

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

[dependencies]
otp = "^0.1"

To use rust-rust-otp add the following to your crate root:

extern crate otp

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, as is its dependancy [hmac-sha1](https://github.com/pantsman0/rust-hmac-sha1

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages