Security

How is hashing different from encryption?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

Encrypted data can be decrypted to its original value. Hashed data cannot be reversed to view the original data - hashing is a one-way function.