secure_compressor 1.0.8
secure_compressor: ^1.0.8 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.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
SecureCompressor
class to use static methods and add comments for improved readability and maintainability.
1.0.1 #
- Update platform supported
1.0.0 #
- Initial release.