gsd_encryption 0.1.17
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';