A network administrator is evaluating local password storage mechanisms on a Cisco IOS XE device to align with security hardening standards. Arrange the following Cisco IOS password storage types in order from WEAKEST security protection to STRONGEST security protection.
- 1Type 0: Unencrypted plaintext password stored directly in the configuration file
- 2Type 7: Obfuscated password encoded using the reversible Cisco Vigenère cipher
- 3Type 5: Hashed password created using the MD5 cryptographic hashing algorithm
- 4Type 8: Hashed password generated using PBKDF2 with SHA-256 key derivation
- 5Type 9: Hashed password generated using the memory-hard scrypt algorithm
Cevap
The correct order from weakest to strongest security protection is: Type 0 (Plaintext), Type 7 (Reversible Vigenère Cipher), Type 5 (MD5 Hash), Type 8 (PBKDF2 with SHA-256), and Type 9 (scrypt Hash).
The correct sequence ranks Cisco IOS password protection from weakest to strongest based on cryptographic robustness: Type 0 is plain text, Type 7 uses a reversible obfuscation cipher, Type 5 uses standard MD5 hashing, Type 8 uses PBKDF2 with SHA-256 key stretching, and Type 9 uses memory-hard scrypt hashing.
Adım Adım Çözüm
Anahtar Kavram
Cisco IOS local password storage algorithm security hierarchy (Type 0 < Type 7 < Type 5 < Type 8 < Type 9).
Tahmini Süre:1m 30s