zip_encryption 0.0.1-dev
zip_encryption: ^0.0.1-dev copied to clipboard
A Flutter package for encrypting and decrypting ZIP files on Windows.
Changelog #
0.0.1-dev - 2024-08-07 #
Added #
- Initial release of the
zip_encryptionpackage. - Provides functionality to encrypt and decrypt zip files using XOR encryption.
Features #
encryptAndStoreZip: Encrypts a zip file and stores the encrypted content.decryptAndStoreZip: Decrypts an encrypted zip file and saves the decrypted content.
Known Issues #
- The package depends on a pre-release version of the Dart SDK (
3.3.0-219.0.dev).