Command to Encrypt Plaintext Password Cisco Device

Pahrial Ms
Sep 12, 2021

When configuring authentication using the password command, by default the password provided will be stored in the configuration file and without any encryption (plaintext password), meaning that when using “show run” the password will be read.

To prevent the password from being read, we need to encrypt it. Use the following command :

Cisco(config)#service password-encryption

--

--