CCNA,Security,Exam,Tutorial,Wh computer CCNA Security Exam Tutorial: When It's Good To Add Salt
Gone are those times when the companies and the organisations didn't need a hi-tech system to handle them. Owing to the considerable increase in the business sector and thus, an enormous increase in the complexity of the organisational struc ----------------------------------------------------------Permission is granted for the below article to forward,reprint, distribute, use for ezine, newsletter, website,offer as free bonus or part of a product for sale as longas no changes a
When you started studying for your CCNA certification exam, one of the very first things you learned was the major difference between the enable password and the enable secret the enable secret is encrypted by default, where the enable password is just sitting there in clear text, waiting to be read!When you look at the enable secret in a Cisco router configuration, it looks like it would be impossible to guess. After setting the enable secret on this router to the word security, heres how it appears in the configuration:enable secret 5 $1$24me$gVFxUOI4gYp0IQbhtH8Rz0That password has been encrypted by MD5, the Message Digest 5 algorithm. The result of the MD5 algorithm being applied to the password is a 32-character hexadecimal value.That password is hard to guess, but not terribly hard to crack. Anyone looking over your shoulder would not be able to come up with that password, but there are readily-available password cracking software devices that can crack that encryption in a matter of minutes. Thats true of any MD5-encrypted password, not just those on Cisco routers.So what can we do about this? We can add SALT to our MD5.The salt itself is simply a string of random characters that are added to the encryption process. Salting makes it much more difficult for a hacker to come up with the password; each bit added by the salt process literally makes it twice as difficult for the password to be compromised. A recent Wikipedia entry states that if a password was one of 200,000 words, a 32-bit salt would require 800 trillion hashes for a full-blown brute force attack.The actual creation and application of a salt is beyond the scope of the CCNA Security exam, but once youve earned that valuable certification or maybe while youre preparing for it do a Google search on salt md5 and read up on this powerful security tool. In the meantime, look for more CCNA Security tutorials on the site youre on now as well as my website!
CCNA,Security,Exam,Tutorial,Wh