• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Auth/H12-Dec-2009-23884

t/H12-Dec-2009-4227

ChangesH A D27-Jun-2008123 63

MANIFESTH A D12-Dec-2009182 109

META.ymlH A D12-Dec-2009499 1615

Makefile.PLH A D10-Mar-2009553 1816

READMEH A D27-Jun-20081.2 KiB5332

README

1Auth-Yubikey_Decrypter
2
3The Yubikey Decrypter can be used to decrypt the AES encrypted output
4generated from the one time password USB generator from Yubico.
5
6You need to have the AES key to perform the decryption.  You can obtain
7it by contacting Yubico, or by seeding your own AES key to the Yubikey.
8
9INSTALLATION
10
11To install this module, run the following commands:
12
13	perl Makefile.PL
14	make
15	make test
16	make install
17
18SUPPORT AND DOCUMENTATION
19
20After installing, you can find documentation for this module with the
21perldoc command.
22
23    perldoc Auth::Yubikey_Decrypter
24
25You can also look for information at:
26
27    Yubico
28        http://www.yubico.com
29
30    massyn.net
31        http://www.massyn.net
32
33    RT, CPAN's request tracker
34        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Auth-Yubikey_Decrypter
35
36    AnnoCPAN, Annotated CPAN documentation
37        http://annocpan.org/dist/Auth-Yubikey_Decrypter
38
39    CPAN Ratings
40        http://cpanratings.perl.org/d/Auth-Yubikey_Decrypter
41
42    Search CPAN
43        http://search.cpan.org/dist/Auth-Yubikey_Decrypter
44
45
46COPYRIGHT AND LICENCE
47
48Copyright (C) 2008 Phil Massyn
49
50This program is free software; you can redistribute it and/or modify it
51under the same terms as Perl itself.
52
53