aes_ctr 1.0.1 copy "aes_ctr: ^1.0.1" to clipboard
aes_ctr: ^1.0.1 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.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_ctr/aes_ctr.dart';
3
likes
130
pub points
29%
popularity

Publisher

verified publisherwachasit.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on aes_ctr