We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e50df1f commit df95da7Copy full SHA for df95da7
README.rst
@@ -160,6 +160,7 @@ in any of its keyrings can decrypt that data.
160
161
On encryption, the generator keyring generates and encrypts the plaintext data key.
162
Then, all of the wrapping keys in all of the child keyrings encrypt the same plaintext data key.
163
+The final `encrypted message`_ will include a copy of the data key encrypted by each configured key.
164
On decryption, the AWS Encryption SDK uses the keyrings to try to decrypt one of the encrypted data keys.
165
The keyrings are called in the order that they are specified in the multi-keyring.
166
Processing stops as soon as any key in any keyring can decrypt an encrypted data key.
0 commit comments