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
|
Source: libcrypt-u2f-server-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
libauthen-u2f-tester-perl <!nocheck>,
libjson-xs-perl <!nocheck>,
libu2f-server-dev,
perl-xs-dev,
perl:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-u2f-server-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-u2f-server-perl.git
Homepage: https://metacpan.org/release/Crypt-U2F-Server
Rules-Requires-Root: no
Package: libcrypt-u2f-server-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libjson-xs-perl
Description: Perl module to register and authenticate U2F compatible devices
Universal 2nd Factor (U2F) is an open authentication standard that strengthens
and simplifies two-factor authentication using specialized USB or NFC devices
based on similar security technology found in smart cards.
.
Crypt::U2F::Server module implements the server side of U2F authentication
through Yubico's C library.
.
Prefer to use Crypt::U2F::Server::Simple since Crypt::U2F::Server is a very low
level wrapper around the original C library.
|