In Ye Olde Days, the passwords were stored in plain text in the configuration.
- user cisco password Cisco123
This understandably upset some people.
A simple, reversible password “encryption” (really, obfuscation) system was added, but there needed to be a way to tell the command interpreter to convert typed-in passwords to the obfuscated form. That command was service password-encryption.
Now, all …