Interesting:
even the exam confuses encryption vs hashing(authentication):
enable secret: uses hashing ( you can not retrieve the original message if you are using hashing unlike encryption which you can regardless of how strong the encryption is)
service password: uses encryption(very weak encryption indeed)
just for people who do not know what hashing and encryption are)
The âenable secretâ password is always encrypted (independent of the âservice passwordencryptionâ command) using MD5 hash algorithm. The âenable passwordâ does not encrypt the password and can be view in clear text in the running-config. In order to encrypt the âenable passwordâ, use the âservice password-encryptionâ command. This command will encrypt the passwords by using the Vigenere encryption algorithm. Unfortunately, the Vigenere encryption method is cryptographically weak and trivial to reverse.
The MD5 hash is a stronger algorithm than Vigenere so answer âThe enable secret password is protected via stronger cryptography mechanismsâ is correct.
Enable password - type 7:
Uses a simple alphabetical substitution Vigenere cipher with a
hardcoded publicly known key. It can be reversed immediately into plaintext by using
tools on the Internet. The passwords are stored as encoded strings within the
configuration file. Consider them obfuscated, instead of encrypted
Enable secret - type 5:
Introduced around 1992. It uses a very simple Message-Digest
5 (MD5) hashing algorithm - 1,000 iterations of MD5 with a 32-bit salt. The MD5
algorithm is not NIST approved. Type 5 passwords are relatively easy to brute force
with modern computers and tools available on the Internet that make it possible to find
collisions for MD5 hashes. The passwords are stored as hashes within the configuration
file.
The enable secret password uses type 5 encryption which is uncracable. The service password encryption uses type 7 which can be decrypted
upvoted 3 times
...
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
YTAKE
Highly Voted 3Â years agoskh
Highly Voted 3Â years, 11Â months agomatass_md
Most Recent 1Â month, 4Â weeks ago[Removed]
5Â months agoihateciscoreally
1Â year, 2Â months agoflash007
1Â year, 2Â months agoflash007
1Â year, 3Â months agoH3kerman
2Â years ago[Removed]
3Â years, 5Â months agodavdtech
3Â years, 7Â months ago