dart_encrypter 1.0.3 copy "dart_encrypter: ^1.0.3" to clipboard
dart_encrypter: ^1.0.3 copied to clipboard

Encrypt / Decrypt the String with given Key and IV. It includes built-in password generator also.

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.3
  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';
1
likes
130
pub points
36%
popularity

Publisher

verified publisherberk.babadogan.net

Encrypt / Decrypt the String with given Key and IV. It includes built-in password generator also.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

encrypt, logbox_color

More

Packages that depend on dart_encrypter