1. Warm Up Packet Tracer and IOS Basic3(配置密码,密码恢复,系统日志,IOS版本号意义和License)
1.1. Enable Password/Secret
Type 0
1
enable password
是一個明文的文檔
Type 7
1
service password-encryption
雖然有加密,但是其實是滿弱的
可以上網找cisco type 7 decrypt 就可以破解了Type 5
1
enable secret
Type 4
- 是一個失敗的開發,也不使用了
Type 8
1
enable algorithm-type sha256
- 在模擬器上無法模擬
Type 9
1
enable algorithm-type scrypt secret
建議都使用type9進行加密