Este proyecto es una implementación del Cifrado César, desarrollada con HTML, CSS y JavaScript.
Permite a los usuarios cifrar y descifrar mensajes, eligiendo cuántas posiciones se desplazan los caracteres.
- Cifrado: Introduce un mensaje y selecciona el número de posiciones para desplazar los caracteres y cifrar tu texto.
- Descifrado: Introduce un mensaje cifrado y el mismo número de desplazamientos para obtener el mensaje original.
- HTML
- CSS
- JavaScript
Puedes ver una demostración en funcionamiento aquí: https://siegboss.github.io/HTML_CSS_JavaScript_Caesar_Cipher/
Este proyecto está bajo la licencia MIT. Consulta el archivo [LICENSE
] para más información.
This project is an implementation of the Caesar Cipher, built using HTML, CSS, and JavaScript.
It allows users to encrypt and decrypt messages by selecting how many positions the characters should be shifted.
- Encryption: Enter a message and choose how many positions to shift characters to encrypt it.
- Decryption: Enter the encrypted message and the number of shifts used to reveal the original message.
- HTML
- CSS
- JavaScript
Check out a live demo here: https://siegboss.github.io/HTML_CSS_JavaScript_Caesar_Cipher/
This project is licensed under the MIT License. See the [LICENSE
] file for more details.