Cryptographic hashes are often used for message integrity and password storage. It is important to understand the common properties of all cryptographic hashes. What is not true about a hash?
Reversible
https://en.wikipedia.org/wiki/Hash_function
Hash functions are not reversible.
Incorrect answers:
Fixed length output and Variable length input. Hash function receive variable length input and produce fixed length output
Few collisions. Every hash function with more inputs than outputs will necessarily have collisions
Currently there are no comments in this discussion, be the first to comment!