Answers

Question and Answer:

  Home  Senior .Net Developer

⟩ Please explain what is the difference between encrypting a password and applying a hashing?

It is quite difficult (almost impossible) to decrypt a hashing (MD5 or SHA1, for example). The process of password validation compares the password in plain text with a hash to the stored one.

Conversely, one can decrypt an encrypted password with access to the keys and the encryption algorithms (such as Triple-DES).

 164 views

More Questions for you: