Using one key for Encryption and HMAC
Posted
by Vladimir
on Stack Overflow
See other posts from Stack Overflow
or by Vladimir
Published on 2010-03-23T15:34:06Z
Indexed on
2010/03/24
0:43 UTC
Read the original article
Hit count: 705
Hello,
I am wondering whether I can use a shared secret key established between two clients as the HMAC key too.
I saw that there is a problem when it is used as a CBC-MAC but I haven't found any evidence it is bad practice for HMACs.
Thanks, Vladimir
© Stack Overflow or respective owner