Y
Hacker News
new
|
ask
|
show
|
jobs
by
calculat0r
3289 days ago
What mode of operation of AES was used for the analysis?
1 comments
JoachimSchipper
3289 days ago
ECB, I think? The focus was definitely on attacking the crypto core per se.
(Of course, ECB is almost certainly a bad idea if you're trying to build an actual application!)
link
cramsay
3289 days ago
Yes, ECB, although other modes would only require superficial changes. In practice the harder task is actually identifying the mode in use!
link
(Of course, ECB is almost certainly a bad idea if you're trying to build an actual application!)