dart_encrypter 1.0.4 dart_encrypter: ^1.0.4 copied to clipboard
Encrypt / Decrypt the String with given Key and IV. It includes built-in password generator also.
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 #
- Add this to your package's pubspec.yaml file:
dart_encrypter: ^1.0.4
- Save the pubspec.yaml file. Or alternatively you can use this code snippet on console:
pub get
with Flutter:
flutter pub get
- Import it from code file:
import 'package:dart_encrypter/dart_encrypter.dart';