mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
16 lines
460 B
Plaintext
16 lines
460 B
Plaintext
Decrypt the output from the yubikey token
|
|
|
|
The hardware can be found at
|
|
|
|
http://www.yubico.com/home/index/
|
|
|
|
The decryption module does only one thing - decrypt the AES encrypted
|
|
OTP from the Yubikey. To this, it requires the OTP, and the AES
|
|
key.
|
|
|
|
Please note - this module does not perform authentication - it is
|
|
a required component to decrypt the token first before authentication
|
|
can be performed.
|
|
|
|
WWW: https://metacpan.org/release/Auth-Yubikey_Decrypter
|