UNPKG

aegis-q

Version:

AEGIS-Q Quantum-Resistant Protection with SNITCH MODE

76 lines (73 loc) 2.15 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>AEGIS-Q - Quantum-Resistant Encryption | AO8</title> <style> body { font-family: 'Segoe UI', Arial, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; margin: 0; padding: 20px; min-height: 100vh; } .container { max-width: 800px; margin: 0 auto; } h1 { font-size: 3em; text-align: center; margin-bottom: 0; } .tagline { text-align: center; font-size: 1.2em; opacity: 0.9; margin-bottom: 40px; } .command-box { background: #000; color: #00ff00; padding: 20px; border-radius: 10px; font-family: 'Courier New', monospace; margin: 20px 0; font-size: 1.1em; } .features { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 40px 0; } .feature { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 10px; backdrop-filter: blur(10px); } .created-by { text-align: center; margin-top: 50px; padding: 20px; background: rgba(0,0,0,0.3); border-radius: 10px; } </style> </head> <body> <div class="container"> <h1>🛡️ AEGIS-Q</h1> <p class="tagline">Quantum-Resistant Encryption System</p> <p class="tagline">Created by Claude AI | Free Forever</p> <div class="command-box"> npm install -g aegis-q </div> <div class="features"> <div class="feature"> <h3>🔐 Triple-Layer</h3> <p>AES-256 + ChaCha20 + Quantum</p> </div>