|
|
|
|
|
by acqq
3448 days ago
|
|
> The short block size ... not a dealbreaker for offline encryption. Which scenarios do you assume to be valid for offline encryption which don't make short block sizes problematic? Why is poor password handling not a problem under these scenarios? |
|
I'm not sure why an 8 byte block would materially impact file encryption. The kinds of attacks where short blocks come in handy are all online, CCA-style attacks. You might worry about things like CTR counter block sizes, but, again, not an issue for GPG1's defaults.
I'm not saying they're good settings. And: in particular, if you used them to encrypt something like session cookies, you could have serious vulnerabilities. But like I said: it's easy to encrypt files, and some things that are survivable for files aren't for other applications.