zero_size_encryption 0.0.1 copy "zero_size_encryption: ^0.0.1" to clipboard
zero_size_encryption: ^0.0.1 copied to clipboard

A new sharara package that encrypt data with zero size cost which means if size of data is 1KB after encrypting it still 1 kB which is very useful when encrypting data in ranges inside http requests a [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zero_size_encryption

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

dependencies:
  zero_size_encryption: ^0.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:zero_size_encryption/zero_size_encryption.dart';
0
likes
140
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A new sharara package that encrypt data with zero size cost which means if size of data is 1KB after encrypting it still 1 kB which is very useful when encrypting data in ranges inside http requests and content size based applications

Homepage
Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zero_size_encryption