dash_crypt 0.0.1+2
dash_crypt: ^0.0.1+2 copied to clipboard
DashCrypt is a powerful and flexible encryption and decryption package for Flutter and Dart. It supports a wide range of modern and classical cryptographic algorithms, making it ideal for developers [...]
Changelog #
All notable changes to this project will be documented in this file.
[0.0.1] - 2025-01-26 #
Added #
- Initial release of the
dash_crypt
package. - Support for a wide range of AES encryption modes, including CBC, CFB, ECB, and GCM.
- Added classical cipher algorithms: Caesar, Vigenere, Monoalphabetic, Columnar Transposition, Rail Fence, Playfair, and Affine.
- Utilities for secure key and IV generation.
- Generic test runner for encryption and decryption tests for all supported algorithms.
- Comprehensive error handling for invalid keys, IVs, and padding.
- Seamless integration with Flutter and Dart projects.