Computer Science, asked by chitrarai2021mum, 6 days ago

What is the difference between encryption and hashing?

Answers

Answered by llAssassinHunterll
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 kjat17
9

Answer:

Encryption is reversible, while hashing is not

Explanation:

Similar questions