Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.