Which command uses the MD5 hashing algorithm to configure a secure encrypted password?
- enable password {password}
- enable secret {password}
- service password-encryption
- username {username} password {password}
Explanation: The enable secret command encrypts passwords by using the MD5 hashing algorithm. The service password-encryption command uses a Cisco proprietary Vignere cypher algorithm. Both enable password and username password commands create passwords in clear text.
Related exam: Quiz- Network Device Access Control and Infrastructure Security
