Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.