You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple and elegant XOR-based encryption and decryption tool that converts text into a space-and-tab formatted ciphertext. Perfect for lightweight data obfuscation with optional salt and integrity checks.
✨ Features
Encryption: Encrypts plaintext using XOR with a provided key and optional salt.
Decryption: Decrypts ciphertext back to the original plaintext.
Space-Tab Format: Outputs ciphertext as a sequence of spaces and tabs for subtle obfuscation.
Integrity Check: Ensures data integrity during decryption using CRC32 checksum.