────────────────────────────── XORIFY – A Simple XOR-based Encryption & Decryption App 🔐✨
Xorify is a Flutter-powered application that demonstrates custom encryption and decryption using a simple XOR algorithm. It’s designed to be both beginner-friendly and useful for professionals who want to learn about basic encryption techniques. The app is case sensitive—meaning uppercase and lowercase characters are treated as distinct—making it an ideal tool for understanding encryption fundamentals.
• Custom XOR Algorithm: Encrypts and decrypts text using the XOR operation on UTF‑16 code units.