12-21-2010 03:47 AM - edited 03-04-2019 10:50 AM
Hi all
I have meet one problem
could someone let me know how I can hide login password from show running config
for example 3 people can acces to router and 2 of them have user acces and one admin
recently I checked how to decrypt cisco router login pass
so It means that other users can decrypt admin pass and login as admin
ANY iDEA?
Thanks
Solved! Go to Solution.
12-21-2010 05:45 AM
Hi,
use
service password-encryption
enable secret ...
and
username userX privilege y secret ...
commands to prevent an non-authorised user to decrypt the passwords from the config file.
HTH,
Milan
12-21-2010 11:28 AM
user the word "secret" instead of password when configuring the usernames.
username joeblow priv 15 secret guessmypassword
This will encrypt it and you will not be able to decrypt it.
service-password encryption is a good configuration to apply.
12-21-2010 04:21 AM
Hi,
Use commads below;
service password-encryption
And you can see encrypted password with "Cain".
hth
Muammer
12-21-2010 05:45 AM
Hi,
use
service password-encryption
enable secret ...
and
username userX privilege y secret ...
commands to prevent an non-authorised user to decrypt the passwords from the config file.
HTH,
Milan
12-21-2010 11:28 AM
user the word "secret" instead of password when configuring the usernames.
username joeblow priv 15 secret guessmypassword
This will encrypt it and you will not be able to decrypt it.
service-password encryption is a good configuration to apply.
12-22-2010 12:19 AM
Thanks everyone
It's very helpfull
Thanks a bundle
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