encryption

Last updated:

0 purchases

encryption Image
encryption Images
Add to Cart

Description:

encryption

encryption #
A Flutter plugin to encrypt and decrypt a string.
Getting Started #
First, add encryption as a dependency in your pubspec.yaml file.
Then import 'package:encryption/encryption.dart';
Usage #
var _encrypted = await Encryption.getEncryptedString(_password, _string);

var _decrypted = await Encryption.getDecryptedString(_password, _encrypted);
copied to clipboard
For help getting started with Flutter, view our online
documentation.
For help on editing plugin code, view the documentation.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.