secure_compressor 1.0.14 copy "secure_compressor: ^1.0.14" to clipboard
secure_compressor: ^1.0.14 copied to clipboard

This is a Dart package that provides utilities for securely encrypting, decrypting, compressing, and decompressing string data using AES encryption and gzip compression

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_compressor

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

dependencies:
  secure_compressor: ^1.0.14

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:secure_compressor/secure_compressor.dart';
5
likes
150
points
246
downloads

Publisher

verified publisheranonimeact.com

Weekly Downloads

This is a Dart package that provides utilities for securely encrypting, decrypting, compressing, and decompressing string data using AES encryption and gzip compression

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

encrypt, flutter, get_storage, path_provider, plugin_platform_interface, pointycastle

More

Packages that depend on secure_compressor

Packages that implement secure_compressor