You are not logged in.
Pages: 1
Should we expect SHA512 for AES ?
Offline
Do you need such a high level?
Is not SHA-256 enough?
SHA-256 is perfect for AES-256, since the 256 key size does match the highest possible key size defined by AES.
And mathematically, 256 bits is enough at least for the next decades.
Computing a SHA-512 then later on reducing it to 256 bits would not make sense.
See http://crypto.stackexchange.com/a/20258
Offline
thanks for your explanation
Offline
Pages: 1