Behrooz_Ice
06-15-2004, 05:05 PM
cPfPc (Cisco PIX Firewall Password Calculator) produces the encrypted form of Cisco PIX enable mode passwords without the need to access the device.
Cisco PIX firewalls, as every other Cisco device, let you insert the password for the enable mode and telnet access directly in their encrypted form using the commands:
- enable password **************** encrypted
- passwd **************** encrypted
where the string **************** is the encrypted form of a known cleartext password.
This program produces the encrypted form of PIX passwords without the need to access the device.
Networks and security administrators can use it to write authentication informations in the firewall's configuration files completely off-line. Enjoy!
WARNING !!! The encryption algorithm used by PIX firewalls to encrypt these passwords is very fast (too fast) so an off-line password guessing attack against them could be very effective. You are encouraged to keep PIX configuration files absolutely private.
Cisco PIX firewalls, as every other Cisco device, let you insert the password for the enable mode and telnet access directly in their encrypted form using the commands:
- enable password **************** encrypted
- passwd **************** encrypted
where the string **************** is the encrypted form of a known cleartext password.
This program produces the encrypted form of PIX passwords without the need to access the device.
Networks and security administrators can use it to write authentication informations in the firewall's configuration files completely off-line. Enjoy!
WARNING !!! The encryption algorithm used by PIX firewalls to encrypt these passwords is very fast (too fast) so an off-line password guessing attack against them could be very effective. You are encouraged to keep PIX configuration files absolutely private.
