Explain what is the difference between encrypting a password and applying a hashing?
Answer / Shemphan Sun
Encryption is a process of converting plain text into cipher text using an algorithm, whereas hashing is a process of converting data (including plain text) into fixed size alphanumeric strings called hash values. Encrypted data can be decrypted back to its original form using the correct key, while hashed data cannot be reversed to its original form. Hash functions are often used for password storage in databases because they can quickly verify if a provided password matches the stored hash value without storing the actual password.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to create properties and methods using controls?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?
Explain what relationship is between a process, application domain, and application?
what is a strong name?
why do you want to join deloitte, where do you exactly fit in.
Describe the start-up process for a Windows service.
Write the .net syntax for 'for loop'?
Which namespace is the base class for .net Class library?
What is the use of immutability?
How to store and retrieve images in SQL server database through VB.NET?
Explain webfarm vs webgardens in .net?
Explain me what is an anonymous method and how is it different from a lambda expression?