Answers for "hashing vs encryption vs encoding"

0

hashing vs encryption vs encoding

Encoding: Reversible transformation of data format, used to preserve usability of data.
Hashing: Is a one-way summary of data, cannot be reversed, used to validate the integrity of data.
Encryption: Secure encoding of data used to protect confidentiality of data.
Posted by: Guest on January-29-2022

Browse Popular Code Answers by Language