What is the difference between encrypting a password and applying a hashing?
Answer / Lokendra Singh
Encryption converts plain text into ciphertext, which can be decrypted back to its original form using a key. Hashing, on the other hand, creates a unique fixed-size string (hash) from input data of any size, which cannot be reversed or decrypted. When storing passwords, it's common to hash them first and then store the hash instead of the actual password. This way, even if the password database is compromised, attackers can't easily recover the original passwords.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between override and overload in a method?
What are data types in .NET?
Please explain what are an object and a class?
Is .net core managed code?
What are the fundamental objects in ADO.NET?
What is 3 tier architecture?
what are design patterns in .net....?
What is garbage collection and how it works ?
Explain what is heap and what is stack?
How to instantiate a delegate?
What is loosely coupled solution in.net?
What is WSDL? Explain its architecture?