Q.What is the difference between hashing and encryption?
Encryption is a two-way function designed to hide data and retrieve it later using a key. Hashing is strictly a one-way fingerprinting process designed to verify data integrity without ever decrypting or storing raw credentials.
