A network administrator inspects a Cisco IOS router configuration and observes the following line:
`username admin privilege 15 secret 9 eG8H$kQzP8xY...`
Which encryption algorithm or password type is used to secure the password for this local account?
- scrypt (Type 9)Answer
- BPBKDF2 with SHA-256 (Type 8)
- CMD5 hash (Type 5)
- DCisco proprietary reversible cipher (Type 7)
Answer
The scrypt algorithm (Type 9) is used to hash the password.
In Cisco IOS software, configuring a password with the 'secret 9' keyword applies the scrypt hashing algorithm to protect the local credential in the running configuration.
Step-by-Step Solution
Key Concept
Cisco IOS Local Password Hashing Types