09-10-2004 10:33 AM - edited 03-02-2019 06:23 PM
Can anyone quickly tell me how to encrypt the session passwords?
For example: In the config all the passwords under - Line CON 0 and/or Line VTY 0 etc
I remember there being a command to encrypt those.
Solved! Go to Solution.
09-10-2004 10:44 AM
service password-encryption
This command when entered in the global configuration mode will show all passwords as encrypted strings. Passwords that are encrypted using an md5 hash (enable secret) appear encrypted by default.
09-11-2004 09:51 AM
I would also suggest turning it off after you encrypt the passwords with:
no service password-encryption
The passwords will still be encrypted, but will free up the processor from running the password encryption.
09-10-2004 10:42 AM
Hello,
Once u config a PW on any line(aux,VTY,con) after u type wr mem, the IOS encrypt the PWs.
09-10-2004 10:44 AM
service password-encryption
This command when entered in the global configuration mode will show all passwords as encrypted strings. Passwords that are encrypted using an md5 hash (enable secret) appear encrypted by default.
09-10-2004 12:18 PM
Thank you,
That's was the command I was looking for.
J~
09-11-2004 09:51 AM
I would also suggest turning it off after you encrypt the passwords with:
no service password-encryption
The passwords will still be encrypted, but will free up the processor from running the password encryption.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide