mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
85b13ac345
No functional changes. Sponsored by: p5 namespace
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: http://search.cpan.org/dist/Auth-Yubikey_Decrypter/
|