Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/odroe/otp
- Owner: odroe
- License: mit
- Created: 2021-07-14T08:35:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T17:40:56.000Z (3 months ago)
- Last Synced: 2024-10-29T14:22:13.246Z (about 2 months ago)
- Topics: dart, flutter, one-time, otp, password, rfc6238, totp
- Language: Dart
- Homepage:
- Size: 18.8 MB
- Stars: 22
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)