Created
November 1, 2025 09:56
-
-
Save tonykanario17-dotcom/ffe54f715eb07a483bf144063e0ca7b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "theme": "blue", | |
| "previous_id": "0", | |
| "name": "Toki", | |
| "description": "App de mensajería instantánea donde los mensajes se cifran con código César para mayor privacidad.", | |
| "welcome": "Bienvenido a TOKI 🔐\nChatea de forma segura con cifrado César.", | |
| "language": "spanish", | |
| "sections": [ | |
| { | |
| "type": "chat", | |
| "title": "Chat cifrado 🔐", | |
| "info": "" | |
| }, | |
| { | |
| "type": "html", | |
| "title": "Cómo funciona 🔎", | |
| "info": "<html><head><meta charset='utf-8'><title>Cómo funciona el cifrado César</title><style>body { font-family: Arial, sans-serif; padding:20px; background:#f4f4f4; color:#333; } .container { max-width:600px; margin:auto; background:#fff; padding:20px; border-radius:8px; box-shadow:0 0 10px rgba(0,0,0,0.1); } h1 { color:#007BFF; } img { max-width:100%; height:auto; margin-top:20px; } code { background:#eee; padding:4px 8px; display:block; margin:12px 0; }</style></head><body><div class='container'><h1>¿Qué es el cifrado César?</h1><p>El cifrado César es una técnica de sustitución clásica en la que cada letra del texto original se reemplaza por otra letra que está un número fijo de posiciones más adelante en el alfabeto.</p><img src='' alt='Tu logo aquí'><h2>Ejemplo</h2><p>Si usamos un desplazamiento de 3 (shift=3):</p><code>HELLO → KHOOR</code><p>Para descifrar, desplazamos en la dirección contraria (-3).</p><h2>¿Por qué usarlo aquí?</h2><p>En esta app tus mensajes se cifran automáticamente con un desplazamiento que tú puedes definir. Sólo el remitente y el destinatario lo conocen.</p></div></body></html>" | |
| }, | |
| { | |
| "type": "game", | |
| "title": "Descifra el mensaje 🧠", | |
| "info": "puzzle" | |
| }, | |
| { | |
| "type": "forum", | |
| "title": "Comunidad 💬", | |
| "info": "Sugerencias@Mensajes cifrados@Soporte" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment