aes_ctr 1.0.2 copy "aes_ctr: ^1.0.2" to clipboard
aes_ctr: ^1.0.2 copied to clipboard

AES block cipher algorithm CTR - Counter Mode, Supports all key sizes (128-bit, 192-bit and 256-bit) for Flutter (Android, iOS)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add aes_ctr

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

dependencies:
  aes_ctr: ^1.0.2

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_ctr/aes_ctr.dart';
3
likes
150
points
36
downloads

Publisher

verified publisherwachasit.com

Weekly Downloads

AES block cipher algorithm CTR - Counter Mode, Supports all key sizes (128-bit, 192-bit and 256-bit) for Flutter (Android, iOS)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on aes_ctr