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

retracted

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 Dart:

 $ dart pub add gsd_encryption

With Flutter:

 $ flutter pub add gsd_encryption

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

dependencies:
  gsd_encryption: ^0.1.6

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:gsd_encryption/gsd_encryption.dart';
0
likes
0
points
267
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

License

unknown (license)

Dependencies

encrypt, flutter, flutter_secure_storage, pointycastle, web

More

Packages that depend on gsd_encryption