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 a7fcb4a commit 862734aCopy full SHA for 862734a
examples/src/one_kms_cmk_unsigned.py
@@ -36,7 +36,7 @@ def encrypt_decrypt(key_arn, source_plaintext, botocore_session=None):
36
37
# Encrypt the plaintext using the AWS Encryption SDK. It returns the encrypted message and the header
38
ciphertext, encrypted_message_header = encrypt(
39
- algorithm=Algorithm.AES_256_GCM_IV12_TAG16, source=source_plaintext, key_provider=kms_key_provider
+ algorithm=Algorithm.AES_256_GCM_IV12_TAG16_HKDF_SHA256, source=source_plaintext, key_provider=kms_key_provider
40
)
41
42
# Decrypt the encrypted message using the AWS Encryption SDK. It returns the decrypted message and the header
0 commit comments