📗 Whitepaper in English

AIOXΩ is a custom encryption system that combines modular encoding techniques, dynamic obfuscation matrices, and hash-based integrity verification, designed to protect structured messages like digital identities and academic credentials.

🔒 Purpose

To secure sensitive personal data in a compact, reversible, and verifiable way—even when it contains special characters, accents, emojis, or multiple languages.

⚙️ Algorithm

🚀 Differences vs Other Encryptions

📊 Comparison with Other Encryptions

FeatureAIOXΩAESRSA
Deterministic
Symmetric
Compact⚠️
Web3-ready⚠️⚠️
No external libs

🧠 Design Philosophy

AIOXΩ was born from a real-world need: to encrypt credentials and personal data for blockchain environments, without relying on external libraries. It aims to be lightweight, reversible, Web3-compatible, and verifiable. While it does not replace standards like AES or RSA, it provides a transparent and specialized alternative for digital credentials.

💻 Usage Example

POST /encrypt
{
  "message": {
    "uid": "TXA-2025-0099",
    "fullName": "José Ángel Núñez García",
    "email": "josé.ángel+n99@texasacademy.edu",
    "birthDate": "2002-02-29",
    "bio": "Estudiante apasionado por la IA, la ciberseguridad y el blockchain 🚀🔒",
    "quotes": "\"El conocimiento es poder\" - Francis Bacon",
    "languages": ["Español", "English", "Français", "Português", "日本語"],
    "skills": ["Machine Learning", "Análisis de datos", "Ciberseguridad", "NLP", "Criptografía"],
    "emojiMix": "👨‍💻🧠🎓🦾",
    "walletAddress": "0xaBcDEF1234567890ABCdef1234567890abcdef12",
    "issuer": {
      "name": "Texas Academy",
      "authorizedBy": "Dra. Érika Méndez-López (AI Head)",
      "dateIssued": "2025-04-01"
    }
  },
  "key": "UltraSecretKey",
  "security_level": 3
}

🔁 Roadmap

← Back to language selection