Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/odroe/otp

An implementation of the One-Time Password (OTP) algorithm in Dart.
https://github.com/odroe/otp

dart flutter one-time otp password rfc6238 totp

Last synced: about 1 month ago
JSON representation

An implementation of the One-Time Password (OTP) algorithm in Dart.

Awesome Lists containing this project

README

        

# One-Time Password (OTP)

This repository an implementation of the One-Time Password (OTP) algorithm in [Dart](https://dart.dev/).

- [RFC 4226](https://tools.ietf.org/html/rfc4226)
- [RFC 6238](https://tools.ietf.org/html/rfc6238)

## Packages

| Package | version | description |
| ------------------------------------- | -------------------------------------------------------------------------------------- | --------------------------------------------- |
| [hotp](https://pub.dev/packages/hotp) | [![pub package](https://img.shields.io/pub/v/hotp.svg)](https://pub.dev/packages/hotp) | HOTP (HMAC-Based One-Time Password Algorithm) |
| [totp](https://pub.dev/packages/totp) | [![pub package](https://img.shields.io/pub/v/totp.svg)](https://pub.dev/packages/totp) | TOTP (Time-Based One-Time Password Algorithm) |

## License

[MIT](LICENSE)