encryption 0.0.2 copy "encryption: ^0.0.2" to clipboard
encryption: ^0.0.2 copied to clipboard

A simple Flutter plugin to encrypt and decrypt a string.

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);

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

0
likes
20
pub points
26%
popularity

Publisher

unverified uploader

A simple Flutter plugin to encrypt and decrypt a string.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on encryption