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 29a7244 commit 2fd6b61Copy full SHA for 2fd6b61
source/configuration_manual/mail_crypt_plugin.rst
@@ -45,6 +45,17 @@ provisioned private key. Provisioned private keys can be Elliptic Curve (EC)
45
keys or RSA Encryption is done using the Integrated Encryption Scheme (IES).
46
This algorithm is usable both with EC and RSA keys.
47
48
+Limitations
49
+-----------
50
+
51
+Since mail crypt plugin uses AES-GCM, it is limited to encrypting at most 64 GiB
52
+emails (after potential compression).
53
54
+Fs-crypt plugin has same limitation, but you can use AES-CBC instead if you run
55
+into this problem.
56
57
+Also, particularly the AES-XTS or AES-CCM cannot be used due to the way they work.
58
59
Technical Requirements
60
======================
61
0 commit comments