We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ef8c8 commit 16b3f04Copy full SHA for 16b3f04
docs/core/plugins/mail_crypt.md
@@ -62,6 +62,14 @@ Provisioned private keys can be Elliptic Curve (EC) keys or RSA Encryption
62
is done using the Integrated Encryption Scheme (IES). This algorithm is
63
usable both with EC and RSA keys.
64
65
+## Limitations
66
+
67
+By default, AES-GCM is used. This algorithm is limited to 64 GiB input, after
68
+potential compression. If you expect to run to this limitation, you should use
69
+AES-CBC or ChaCha20-Poly1305 algorithm.
70
71
+Also, particularly the AES-XTS or AES-CCM cannot be used due to the way they work.
72
73
## Technical Requirements
74
75
Using per-folder keys is not considered production quality, but global keys
0 commit comments