当前位置: 代码迷 >> 综合 >> enable password 7
  详细解决方案

enable password 7

热度:63   发布时间:2024-01-12 04:12:04.0
enable password 明文。
enable secret  采用了MD5加密。


service password-encryption这个加密的方式是采用了cisco的私有加密方式来加密的。开启service password-encryption,
然后你在show run一看,这些接口的password后面都跟有一个数字7,这个数字7就表示是采用了cisco的私有加密算法,是可以逆转的,
当然,我们在路由器上面再敲入:no service password-encryption这条命令后,是不可能直接解密的,是通过其他办法解密的。


enable password 7,
enable password ? 
0 Specifies an UNENCRYPTED password will follow
7 Specifies a HIDDEN password will follow
LINE The UNENCRYPTED (cleartext) 'enable' password
level Set exec level password


enable secret ? 
0 Specifies an UNENCRYPTED password will follow
5 Specifies an ENCRYPTED secret will follow
LINE The UNENCRYPTED (cleartext) 'enable' secret
level Set exec level password


这里可以这样理解:
0 、5、7的意思是:0为不加密&
  相关解决方案