Question 395:
You’re the lead developer for a company that uses AWS KMS to decrypt passwords from an AWS RDS MySQL database using an asymmetric CMK. While decrypting the data, you receive an InvalidCiphertextException error which causes the application to fail. You have made sure that the CMK ID used is accurate. What could have caused this error?
Answer options:
A.EncryptionAlgorithm set to default value. B.EncryptionContext is empty. C.GrantTokens is an empty array. D.KeyId is empty.