I’ve read a few articles about cryptography in .net, which leads me to the following question, what is the difference between a keyed hash and a non-keyed hash?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A non-keyed hash produces an output that depends only on the input data. If it is cryptographically secure, then there are no ways known that are faster than bruteforce to find:
A keyed hash produces an output that depends both on the input data, and a key. If it is cryptographically secure, then it satisfies the above properties of a non-keyed hash, and in addition: