1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: libauthen-oath-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
Build-Depends-Indep: libdigest-hmac-perl,
libmoo-perl (>= 2.002004),
libtype-tiny-perl,
libtest-needs-perl,
libtest-pod-perl,
libtest-pod-coverage-perl
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libauthen-oath-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libauthen-oath-perl.git
Homepage: https://metacpan.org/release/Authen-OATH
Package: libauthen-oath-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdigest-hmac-perl,
libmoo-perl (>= 2.002004),
libtype-tiny-perl
Description: Perl module for OATH One Time Passwords
Authen::OATH is an implementation of the HOTP and TOTP One Time Password
algorithms as defined by OATH (http://www.openauthentication.org).
.
All necessary parameters are set by default, though these can be overridden.
Both totp() and htop() have passed all of the test vectors defined in the RFC
documents for TOTP and HOTP.
.
totp() and hotp() both default to returning 6 digits and using SHA. As such,
both can be called by passing only the secret key and a valid OTP will be
returned.
|