aes_enc_dec 0.0.1 copy "aes_enc_dec: ^0.0.1" to clipboard
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';
0
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

The package helps in to encrypt and decrypt using AES-128 algorithm cbc PBKDF2WithHmacSHA1 AES/CBC/PKCS5Padding

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on aes_enc_dec