aes_crypt_null_safe 3.1.1
aes_crypt_null_safe: ^3.1.1 copied to clipboard
Dart encryption library for encrypting/decrypting files, plain text and binary data in AES Crypt file format. Supports all platforms including web.
3.1.1 #
- Updated flutter_lints to version 6.0.0
- Replaced print statements with developer.log for improved logging
- Standardized variable naming in tests for consistency
- Fixed outdated phpseclib link to use HTTPS in README
- Standardized naming conventions and improved formatting in cryptor.dart
- Minor grammar corrections in README
3.1.0 #
- Refactored code for better formatting consistency and readability
- Improved method naming and documentation
- Enhanced README with clearer package details
- Updated Dart SDK, dependencies, and linter configuration
- Improved string interpolation and formatting in example files
3.0.0 #
- Updated dependencies
- Fix warnings
2.0.2 #
- Fixed this issue https://github.com/CodingFries/aes_crypt_null_safe/issues/1
2.0.1 #
- Updated Readme
2.0.0 #
- Added Null Safety