AWS Encryption SDK 1.6.1 Release -- 2019-10-29
Deprecation Warnings
-
Deprecated
AwsCrypto.encryptString()andAwsCrypto.decryptString().
Replace your calls to these methods with calls to AwsCrypto.encryptData() and AwsCrypto.decryptData().
Unlike the deprecated methods, these methods don't perform any Base64 encoding or decoding, so they are fully compatible with other language implementations of the AWS Encryption SDK.If you need Base64 encoding or decoding for your application, you can add it outside of the AWS Encryption SDK. PR #120