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: 7 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T19:42:04.000Z (over 1 year ago)
- Last Synced: 2025-07-01T15:55:52.844Z (about 1 year ago)
- Topics: dart, flutter, one-time, otp, password, rfc6238, totp
- Language: Dart
- Homepage:
- Size: 18.8 MB
- Stars: 24
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
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) | [](https://pub.dev/packages/hotp) | HOTP (HMAC-Based One-Time Password Algorithm) |
| [totp](https://pub.dev/packages/totp) | [](https://pub.dev/packages/totp) | TOTP (Time-Based One-Time Password Algorithm) |
## License
[MIT](LICENSE)