|
|
|
|
|
by loup-vaillant
1524 days ago
|
|
> It will use some kind of symmetric algo (generally AES). AES-GCM, you mean. Let's not forget the authentication in "authenticated encryption". I'm nitpicking, but if a beginner comes here it's better to make it clear that in general, encryption alone is not enough. Ciphertext malleability and all that. |
|
AES-GCM has the annoying property of output size > input size for instance.