secure_compressor 1.0.11
secure_compressor: ^1.0.11 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
1.0.11 #
- Auto trim key if more than 32 character
- Remove share plus package
1.0.10 #
- Auto init getStorage on initialize StorageHelper
1.0.9 #
- Fix storage helper linking
1.0.8 #
- Fix method channel routing for android
1.0.7 #
- Add modules to save primitif data type with encryption data options
- Generate unix key for key encryption
1.0.6 #
- Update the packages inside
1.0.5 #
- Update the packages inside
1.0.4 #
- Dart formating class
- Update README
1.0.3 #
- Add example (project)
package - Add shareFile function to make easier to generate file encryption
1.0.2 #
- Refactor
SecureCompressorclass to use static methods and add comments for improved readability and maintainability.
1.0.1 #
- Update platform supported
1.0.0 #
- Initial release.