Computer Science, asked by swetha5388, 11 months ago

Which hashing technoloy requires keys to be exchaned?

Answers

Answered by Anonymous
0

Hash functions like SHA-* do not need a key, they just calculate a hash-value from any input. There are other functions like HMAC, which indeed use a key, together with a hash function. A HMAC has a different purpose than a hash function though.

Similar questions