adspace
Answer Posted / Niraj Kumar Srivastava
Hashing is a process that converts data of arbitrary size into a fixed-size string of text, called a hash value or message digest. It's used for various purposes such as data integrity checks, password storage, and fingerprinting large datasets. A good hash function will produce unique hash values for different inputs and will be difficult to reverse engineer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers