Skip to content

Instantly share code, notes, and snippets.

View InemesitMatthew's full-sized avatar
💭
Interested In Flutter

Senmid InemesitMatthew

💭
Interested In Flutter
  • Nigeria
  • 09:31 (UTC -12:00)
View GitHub Profile
{
"ninNumber": "75872055127",
"facePhoto": "/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDABALDA4MChAODQ4SERATGCgaGBYWGDEjJR0oOjM9PDkzODdASFxOQERXRTc4UG1RV19iZ2hnPk1xeXBkeFxlZ2P/2wBDARESEhgVGC8aGi9jQjhCY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2P/wAARCALQAh0DASIAAhEBAxEB/8QAGwAAAgMBAQEAAAAAAAAAAAAAAQIAAwQFBgf/xAA8EAACAgEDAwIEBAQFBAICAwAAAQIRAwQhMQUSQVFhEyIycQYUgZEjQqGxJDNScsEVYtHhNPBDghai8f/EABkBAQEBAQEBAAAAAAAAAAAAAAABAgMEBf/EACQRAQEBAQACAwACAgMBAAAAAAABEQIhMQMSQQQTIlEjMmFx/9oADAMBAAIRAxEAPwDxBCEDSEIQghCEAhEQIVCIhACRECgIHgAUAURE8hKCg/cCCle4QyGQE9hooISa/ifoRBl/mNexK2CoHglE8hUqyf2IiIAoKAuRq3CIEC5IBL2CBcBSAnIEQNADyS3QXsDwwJVoV7DN0heQJ4D7CpDeQoADW5AEaJQwAoCtDeBXwRQoJFwQCeCERAAALA+AIgMKAwIhXyP4FYEsAeAARckCQAEIQghCEAhOCEoAMAQMoBAkKwBAkIAQJAIQhAIEASqiCgBAgVyQi5ICFAIuAGXAUBBRUPH3HVgithlyEJK/iSv/AEkS2JJfxZX/AKURcIKjZCeSBUCgBQEQSLcPuEREIQAkqwWMgJVIngngj4Aj3B5DfggCtbi8IdigCmQnJGFAhEQLEIQgAYjHkK0RQW4LG2oAESC+AIPICgaCQAECAAiPdjMV7AQhETxQE8AQfBEtiCEJ5J4AgPAVuAKiIHwAAMgSfYIUhCGmEIEgAQV5JRABQSBYAIQgVFwHwQIEITyR
@InemesitMatthew
InemesitMatthew / README.md
Last active February 4, 2025 15:46
Xorify – A simple Flutter encryption/decryption app README and source code

────────────────────────────── XORIFY – A Simple XOR-based Encryption & Decryption App 🔐✨

Overview:

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.

Features:

• Custom XOR Algorithm: Encrypts and decrypts text using the XOR operation on UTF‑16 code units.