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

Encrypt a string and compress it into a smaller size

secure-compressor #

Encrypt a string and compress it into a smaller size

encrypt #

Only encrypt:

final compress = await compress(originData, keyString);

To encrypt and also compress the data:

final compress = await compressAndEncrypt(originData, keyString);

decrypt #

Only decrypt:

final uncompress = uncompress(compress, keyString);

To decrypt and also uncompress the data:

final uncompress = uncompressAndDecrypt(compress, keyString);
4
likes
0
points
141
downloads

Publisher

unverified uploader

Weekly Downloads

Encrypt a string and compress it into a smaller size

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

encrypt, flutter, path_provider

More

Packages that depend on secure_compressor