Place the following Cisco IOS password encryption types in order of security strength, from weakest (least secure) to strongest (most secure).
- 1Type 0 (Plaintext unencrypted storage in the running configuration)
- 2Type 7 (Vigenère-based weak reversible encryption generated by 'service password-encryption')
- 3Type 5 (MD5 hash generated by the 'enable secret' command)
- 4Type 9 (scrypt key derivation function hash generated using scrypt algorithm options)
Cevap
The correct order from weakest to strongest security strength is Type 0 (Plaintext), Type 7 (Reversible Vigenère cipher), Type 5 (MD5 hash), and Type 9 (scrypt hash).
The sequence from weakest to strongest begins with Type 0 (unencrypted plaintext). Next is Type 7, which uses weak, reversible Vigenère encryption intended only to stop casual viewing. Type 5 uses a one-way MD5 hash which cannot be mathematically decrypted. Finally, Type 9 uses the modern memory-hard scrypt algorithm to provide maximum protection against high-speed dictionary and brute-force attacks.
Adım Adım Çözüm
Anahtar Kavram
Cisco IOS Password Encryption Algorithm Types and Relative Security Strengths