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
|
Source: libvalidate-yubikey-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Nick Morrott <knowledgejunkie@gmail.com>
Build-Depends: debhelper (>= 9),
libmodule-build-perl,
perl
Build-Depends-Indep: libcrypt-rijndael-perl (>= 1.09)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libvalidate-yubikey-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libvalidate-yubikey-perl.git
Homepage: https://metacpan.org/release/Validate-Yubikey
Testsuite: autopkgtest-pkg-perl
Package: libvalidate-yubikey-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libcrypt-rijndael-perl (>= 1.09)
Description: module to validate Yubikey OTPs
The Yubikey is a hardware OTP token produced by Yubico
(http://www.yubico.com).
.
Validate::Yubikey provides validation of Yubikey OTPs. It relies on you to
specify callback functions that handle retrieving token information from
somewhere and updating the persistent information associated with each token.
|