Source: libcrypt-u2f-server-perl Maintainer: Debian Perl Group Uploaders: Yadd Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libauthen-u2f-tester-perl , libjson-xs-perl , libu2f-server-dev, perl-xs-dev, perl:native Standards-Version: 4.6.1 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.