aes_crypt_null_safe 3.0.0 copy "aes_crypt_null_safe: ^3.0.0" to clipboard
aes_crypt_null_safe: ^3.0.0 copied to clipboard

Dart encryption library for encrypting/decrypting files, plain text and binary data in AES Crypt file format.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add aes_crypt_null_safe
copied to clipboard

With Flutter:

 $ flutter pub add aes_crypt_null_safe
copied to clipboard

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

dependencies:
  aes_crypt_null_safe: ^3.0.0
copied to clipboard

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_crypt_null_safe/aes_crypt_null_safe.dart';
copied to clipboard
32
likes
135
points
28.2k
downloads

Publisher

verified publishercodingfries.com

Weekly Downloads

2024.08.27 - 2025.03.11

Dart encryption library for encrypting/decrypting files, plain text and binary data in AES Crypt file format.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on aes_crypt_null_safe