cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2375
Views
4
Helpful
5
Replies

Password Service Encryption used in Cisco Switches

inhamit
Level 1
Level 1

Hi, How can I check that which password service encryption is used in switch while configuring the password?

Or Which password encryption is enabled or disabled to verify the encryption?

1 Accepted Solution

Accepted Solutions

Yes 

Show running  all

Check service password encryption 

This command need all to appear 

View solution in original post

5 Replies 5

 service password-encryption command  (this command for encrypt the any password which is clear text in show running )

In my lab I share enable and password of username before and after service password encryption 

Screenshot (1029).pngScreenshot (1030).png

yes, Thanks.

Is there any way I can check that CISCO 7 password encryption is disabled from the command line?

Yes 

Show running  all

Check service password encryption 

This command need all to appear 

Hi, As I see on the running config, No service password encryption is enabled.

I can see that enable secret and username password are encrypted with cisco 9 algorithm. 

enable secret 9 $9$H9iLgw7uHAtTWU$O4ycuOX2JtFGZHdhoJCn9voXNzu7YOzD08ai2tIzfok

Hi @inhamit 

 The password affect by the commamd "service password-encryption" will obscure the enable password, any password you assigned to users on the device and the password on the line con and like vty.

However, the service password encryption obscure with MD7 which is easy to revert.

 Enable secret use MD5 and it is not possible to revert.