Hashing function the basic idea is to use a hashing function
Answers
Answered by
1
The hash function is used to index the original value or key and then used later each time the data associated with the value or key is to be retrieved. Thus,hashing is always a one-way operation. There's no need to "reverse engineer" thehash function by analyzing the hashedvalues.
Similar questions