encryption_helper 1.0.0 copy "encryption_helper: ^1.0.0" to clipboard
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 EncryptionHelper class.
  • Includes:
    • XOR cipher encryption/decryption with a single-byte key.
    • Caesar cipher encryption and decryption with configurable shift.
  • Designed for string obfuscation.
5
likes
150
points
15
downloads

Publisher

verified publisherba-systems.com

Weekly Downloads

A simple Dart library providing basic string encryption and decryption using XOR and Caesar cipher techniques. Ideal for lightweight data obfuscation.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on encryption_helper