ootp 0.1.1 copy "ootp: ^0.1.1" to clipboard
ootp: ^0.1.1 copied to clipboard

OOTP(Open One-time Password) generated one-time passwords are fully compliant with HOTP(HMAC-based One-time Password) and TOTP(Time-based One-time Password). πŸš€It's easy to use!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ootp

With Flutter:

 $ flutter pub add ootp

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ootp: ^0.1.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ootp/ootp.dart';
4
likes
120
pub points
65%
popularity

Publisher

verified publisherodroe.com

OOTP(Open One-time Password) generated one-time passwords are fully compliant with HOTP(HMAC-based One-time Password) and TOTP(Time-based One-time Password). πŸš€It's easy to use!

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto

More

Packages that depend on ootp