Import p5-Auth-Yubikey_Decrypter 0.07 from MAINTAINER Julien Dhaille

Perl module that accepts an AES key and an encrypted one-time password
generated by a Yubikey device, and returns a decrypted authentication
token. For use in conjunction with other software that handles actual
authentication.

with tweaks from & ok sthen@
This commit is contained in:
landry 2018-04-10 12:08:52 +00:00
parent 183826243d
commit 1a57c18ea3
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# $OpenBSD: Makefile,v 1.1.1.1 2018/04/10 12:08:52 landry Exp $
COMMENT= decrypt one-time-password for a YubiKey
DISTNAME= Auth-Yubikey_Decrypter-0.07
CATEGORIES= security
MAINTAINER= Julien Dhaille <julien@dhaille.com>
PKG_ARCH= *
# Perl
PERMIT_PACKAGE_CDROM= Yes
MODULES= cpan
CPAN_AUTHOR= MASSYN
RUN_DEPENDS= security/p5-Crypt-Rijndael
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Auth-Yubikey_Decrypter-0.07.tar.gz) = 6WodTyeN2FDgxbjg7aZ4bHAh5+CjWhK6lMOM61YyT1I=
SIZE (Auth-Yubikey_Decrypter-0.07.tar.gz) = 3836

View File

@ -0,0 +1,4 @@
Perl module that accepts an AES key and an encrypted one-time password
generated by a Yubikey device, and returns a decrypted authentication
token. For use in conjunction with other software that handles actual
authentication.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/10 12:08:52 landry Exp $
${P5SITE}/Auth/
${P5SITE}/Auth/Yubikey_Decrypter.pm
@man man/man3p/Auth::Yubikey_Decrypter.3p