Y
Hacker News
new
|
ask
|
show
|
jobs
by
jupiter_flyby
1161 days ago
Neither mention truncated hash
1 comments
jakear
1161 days ago
Ya, SHA384 is the way to go. By discarding some bits, the internal state isn’t public and length extension becomes impossible.
link
AtNightWeCode
1161 days ago
This is my understanding as well but I have seen claims that it is still very possible to do length attacks on SHA384.
link
jakear
1161 days ago
Any reference for that? Based on the wiki it has 128 bits of security against length extension.
https://en.m.wikipedia.org/wiki/SHA-2
link