aes_cbc_cipher 1.0.2+1 copy "aes_cbc_cipher: ^1.0.2+1" to clipboard
aes_cbc_cipher: ^1.0.2+1 copied to clipboard

The `AESCBCCipher` is a singleton class that provides AES encryption and decryption functionality using the `encrypt` package. It is used to encrypt and decrypt data using the AES (Advanced Encryption [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aes_cbc_cipher

With Flutter:

 $ flutter pub add aes_cbc_cipher

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  aes_cbc_cipher: ^1.0.2+1

Alternatively, your editor might support dart pub get or 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_cbc_cipher/aes_cbc_cipher.dart';
0
likes
140
pub points
69%
popularity

Publisher

unverified uploader

The `AESCBCCipher` is a singleton class that provides AES encryption and decryption functionality using the `encrypt` package. It is used to encrypt and decrypt data using the AES (Advanced Encryption Standard) algorithm in CBC (Cipher Block Chaining) mode.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, encrypt, tuple

More

Packages that depend on aes_cbc_cipher