aws_encryption_sdk 1.1.0 copy "aws_encryption_sdk: ^1.1.0" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aws_encryption_sdk

With Flutter:

 $ flutter pub add aws_encryption_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  aws_encryption_sdk: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:aws_encryption_sdk/aws_encryption_sdk.dart';
0
likes
150
points
44
downloads

Publisher

verified publishersoftwarehothouse.com

Weekly Downloads

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.

Repository (GitHub)

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

aws_kms_api, ffi, pointycastle

More

Packages that depend on aws_encryption_sdk