The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

CISCO-PASS - Cisco Password Decrypter

SYNOPSIS

cisco-pass [options] string

DESCRIPTION

Decrypts Cisco type 7 passwords.

ARGUMENTS

string           Encrypted Cisco type 7 password or filename 
                 of Cisco config file - all passwords found 
                 will be decrypted.

OPTIONS

-e [#]           Interpret 'string' as cleartext and encrypt it
--encrypt        instead of decrypting.  Optional number means 
                 return only the password encrypted by index #.  
                 Range is 0 - 52.  Using a non-numerical value 
                 causes the password to be encrypted by a random 
                 index.
                 DEFAULT:  (or not specified) return all.

LICENSE

This software is released under the same terms as Perl itself. If you don't know what that means visit http://perl.com/.

AUTHOR

Copyright (C) Michael Vincent 2010

http://www.VinsWorld.com

All rights reserved