Computer Science, asked by akingqueen6145, 1 year ago

Hashing function the basic idea is to use a hashing function

Answers

Answered by singhrishav835p9zhn7
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