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:
parent
183826243d
commit
1a57c18ea3
21
security/p5-Auth-Yubikey_Decrypter/Makefile
Normal file
21
security/p5-Auth-Yubikey_Decrypter/Makefile
Normal 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>
|
2
security/p5-Auth-Yubikey_Decrypter/distinfo
Normal file
2
security/p5-Auth-Yubikey_Decrypter/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Auth-Yubikey_Decrypter-0.07.tar.gz) = 6WodTyeN2FDgxbjg7aZ4bHAh5+CjWhK6lMOM61YyT1I=
|
||||
SIZE (Auth-Yubikey_Decrypter-0.07.tar.gz) = 3836
|
4
security/p5-Auth-Yubikey_Decrypter/pkg/DESCR
Normal file
4
security/p5-Auth-Yubikey_Decrypter/pkg/DESCR
Normal 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.
|
4
security/p5-Auth-Yubikey_Decrypter/pkg/PLIST
Normal file
4
security/p5-Auth-Yubikey_Decrypter/pkg/PLIST
Normal 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
|
Loading…
x
Reference in New Issue
Block a user