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

outdated

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.0
  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
0
pub points
33%
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

License

unknown (LICENSE)

Dependencies

encrypt, logbox_color

More

Packages that depend on dart_encrypter