InterviewSolution
Saved Bookmarks
| 1. |
What Is The Purpose Of The Md5 Option On Passwords? |
|
Answer» MD5 is an ENCRYPTION method that encrypts the PASSWORD before SAVING. A BETTER method of password security is to create difficult-to-break PASSWORDS that are easy for the users to remember. MD5 is an encryption method that encrypts the password before saving. A better method of password security is to create difficult-to-break passwords that are easy for the users to remember. |
|