gsd_encryption 0.1.17 copy "gsd_encryption: ^0.1.17" to clipboard
gsd_encryption: ^0.1.17 copied to clipboard

AES and RSA encryption/decryption package for Flutter with secure key storage and cross-platform support including web.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gsd_encryption

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

dependencies:
  gsd_encryption: ^0.1.17

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

Import it

Now in your Dart code, you can use:

import 'package:gsd_encryption/gsd_encryption.dart';
0
likes
160
points
421
downloads

Publisher

verified publishergsd-software.com

Weekly Downloads

AES and RSA encryption/decryption package for Flutter with secure key storage and cross-platform support including web.

Homepage
Repository (GitHub)
View/report issues

Topics

#encryption #security #aes #rsa #crypto

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

encrypter_plus, flutter, flutter_secure_storage, pointycastle, web

More

Packages that depend on gsd_encryption