Skip to content

Instantly share code, notes, and snippets.

@RajivReports
Created September 15, 2020 12:25
Show Gist options
  • Save RajivReports/c7fce699b9a8d5ca7536647e35981a31 to your computer and use it in GitHub Desktop.
Save RajivReports/c7fce699b9a8d5ca7536647e35981a31 to your computer and use it in GitHub Desktop.
InvalidCiphertextException while decrypt the data using AWS KMS key (encrypted)
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