dotp 1.0.2 copy "dotp: ^1.0.2" to clipboard
dotp: ^1.0.2 copied to clipboard

dotp is a dart package to generate and verify one-time passwords.

example/example.dart

import 'package:dotp/dotp.dart';

void main() {
  TOTP totp = TOTP("J22U6B3WIWRRBTAV");
  HOTP hotp = HOTP("J22U6B3WIWRRBTAV");

  print(totp.now());
  print(hotp.at(2018));
}
4
likes
40
pub points
41%
popularity

Publisher

unverified uploader

dotp is a dart package to generate and verify one-time passwords.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

base32, crypto

More

Packages that depend on dotp