Created
September 15, 2020 12:25
-
-
Save RajivReports/c7fce699b9a8d5ca7536647e35981a31 to your computer and use it in GitHub Desktop.
InvalidCiphertextException while decrypt the data using AWS KMS key (encrypted)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Im trying to decrypt the data using AWS KMS key (encrypted). the above code is not working which gives below error. Can anyone pls help me on this. | |
" raise error_class(parsed_response, operation_name) | |
botocore.errorfactory.InvalidCiphertextException: An error occurred (InvalidCiph | |
ertextException) when calling the Decrypt operation:" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment