encryption_helper 1.0.0
encryption_helper: ^1.0.0 copied to clipboard
A simple Dart library providing basic string encryption and decryption using XOR and Caesar cipher techniques. Ideal for lightweight data obfuscation.
1.0.0 #
- Initial release of
EncryptionHelperclass. - Includes:
- XOR cipher encryption/decryption with a single-byte key.
- Caesar cipher encryption and decryption with configurable shift.
- Designed for string obfuscation.