A network administrator runs the `show running-config` command on a Cisco switch and observes the following user configuration entry:
`username netadmin secret 5 mER7$19f.aB3z7QkL9p0`
Which statement accurately describes the security mechanism used to store this password?
- AThe password is encrypted using the reversible Cisco Type 7 algorithm.
- The password is hashed using the MD5 algorithm (Type 5).Answer
- CThe password is stored in plain text and protected only by physical security controls.
- DThe password is encrypted using PBKDF2 with SHA-256 (Type 8).
Answer
The password is hashed using the MD5 algorithm (Type 5).
The option stating that the password is hashed using the MD5 algorithm (Type 5) is correct because the number 5 following the 'secret' keyword in Cisco IOS configuration syntax indicates an MD5 cryptographic hash. MD5 hashing creates a one-way digest to secure local user credentials.
Step-by-Step Solution
Key Concept
Cisco IOS Password Types and Hashing Algorithms