Y
Hacker News
new
|
ask
|
show
|
jobs
by
anon176
2331 days ago
They also used CBC over EBC for the encryption mode. Which is good. Looks like they were at least trying to keep it safe.
1 comments
mothershipper
2331 days ago
Assuming one byte per character, you'd have to have a 17 character password before you're using multiple blocks. For any password shorter than that, this cipher is pretty much operating in ECB mode due to the re-used IV.
link