pub.dev Downloads License

Encrypter for Dart & Flutter

  • Encrypt / Decrypt the String with given Key and IV.

Features

  • Encrypt / Decrypt the String with given Key and IV. It includes built-in password generator also. It uses colored box for outputs if you want.

Usage

  1. Add this to your package's pubspec.yaml file:
dart_encrypter: ^1.0.4
  1. Save the pubspec.yaml file. Or alternatively you can use this code snippet on console:
pub get

with Flutter:

flutter pub get
  1. Import it from code file:
import 'package:dart_encrypter/dart_encrypter.dart';

Libraries

dart_encrypter
Support for doing something awesome.