nsmithuk / local-kms

A mock version of AWS' Key Management Service, for local development and testing.
MIT License
198 stars 34 forks source link

CiphertextBlob appears empty if an invalid base64 string was provided #5

Closed nsmithuk closed 5 years ago

nsmithuk commented 5 years ago

Giving a seemingly incorrect error of CiphertextBlob missing rather than CiphertextBlob invalid.

nsmithuk commented 5 years ago

Turned out to be an issues with the PHP SKD. LKMS returns SerializationException as expected.