What is the difference between encryption and hashing?
Answers
Answered by
10
Answer:
Hashing and encryption are the two most important and fundamental operations of a computer system. Both of these techniques change the raw data into a different format. Hashing on an input text provides a hash value, whereas encryption transforms the data into ciphertext.
Answered by
9
Answer:
Encryption is reversible, while hashing is not
Explanation:
Similar questions