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

..03-May-2022-

t/H03-May-2022-4214

ChangesH A D15-Jan-2008160 85

Hash.pmH A D15-Jan-20084.3 KiB18174

MANIFESTH A D10-Jan-200879 107

Makefile.PLH A D15-Jan-2008409 1311

READMEH A D15-Jan-2008958 3724

README

1Cisco::Hash 0.02
2
3This Module decrypts all kind of Cisco encrypted hashes also referred
4to as type 7 passwords. Further you can encrypt any given string into
5a encrypted hash that will be accepted by any Cisco device as an
6encrypted type 7 password.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19This module requires Perl 5.6.0.  This module also requires these other
20modules and libraries:
21
22   Carp
23
24THIS SOFTWARE IS NEITHER INTENDED FOR MALICIOUS USE NOR FOR THE USE IN
25ANY OTHER ILLEGAL PURPOSES.
26
27Credits for original code and description hobbit@avian.org,
28SPHiXe, .mudge et al. and for John Bashinski <jbash@CISCO.COM> for
29Cisco IOS password encryption facts.
30
31COPYRIGHT AND LICENSE
32
33Copyright (C) 2008 Lord Infernale
34
35This program is free software; you can redistribute it and/or
36modify it under the same terms as Perl itself.
37