aes_enc_dec 0.0.1
aes_enc_dec: ^0.0.1 copied to clipboard
The package helps in to encrypt and decrypt using AES-128 algorithm cbc PBKDF2WithHmacSHA1 AES/CBC/PKCS5Padding
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add aes_enc_dec
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
aes_enc_dec: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:aes_enc_dec/aes_enc_dec.dart';