Tagged Questions
5
votes
2answers
729 views
What are advantages of using a HMAC over RSA with SHA-1 hashes?
I am currently studying for an exam and this was a previous question:
Give one advantage of using HMACs over using RSA to sign SHA-1 hashes.
My thoughts are that it has something to do with the ...
0
votes
0answers
38 views
hmac sign data or cipher? [duplicate]
Possible Duplicate:
Should we MAC-then-encrypt or encrypt-then-MAC?
Ok, this may be a dumb question but I'm wondering, with an HMAC signature of a ciphertext should I be signing the data ...