|
|
|
|
|
by purple_elephant
1081 days ago
|
|
>In 2023, the way to use AES is AES-GCM. Anything else is very unlikely to make sense. Encrypt-then-MAC remains the most conservative and theoretically secure option. Leaving aside the (very serious) nonce reuse issue, the cracks on non-committing AEADs in general (such as AES-GCM) are already showing. Partitioning oracle attacks affect all of them: https://crypto.stackexchange.com/questions/88716/understandi... There are also other minor GCM-specific issues (weak keys etc.). None of the issues are cypher-breaking, but I wouldn't say that AES-GCM is automatically the best choice for everything. |
|