Skip to content

berkbb/dart_encrypter

Repository files navigation

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

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages