aws_encryption_sdk 1.1.0
aws_encryption_sdk: ^1.1.0 copied to clipboard
An implementation of the AWS Encryption SDK in Dart. Encrypt and decrypt data using AWS KMS, AES and RSA keys. Interoperates with the Java, C and Python implementations.
1.1.0 #
- Updated dependencies
- Remove unnecessary casts
- Support AWS KMS credentials passed to constructor
1.0.0 #
- Formally updated to support Dart 3
- Support for libsodium on macOS
0.1.1 #
- Hooked up the example folder to make visible as a pub.dev tab
- Cosmetic changes to improve Pub Points score
0.1.0 #
- Initial version.