-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,50 @@ | ||
# Encriptador-de-texto | ||
Challenge ONE - Sprint 01: Construye un encriptador de texto con HTML, CSS y Javascript | ||
# Encriptador de Texto | Challenge ONE - Oracle Next Education | ||
|
||
## Challenge ONE - Sprint 01: Construye un encriptador de texto con HTML, CSS y Javascript | ||
|
||
Link del proyecto al final ⬇ | ||
|
||
--- | ||
|
||
Este es el primer Challenge del programa ONE - Oracle Next Education, donde se nos solicitó hacer un encriptador de texto, donde se podrá intercambiar mensajes secretos con otras personas que sepan el secreto de la encriptación utilizada. | ||
|
||
--- | ||
|
||
Las "llaves" de encriptación que se utilizaron son las siguiente: | ||
|
||
- La letra "e" es convertida para `"enter"` | ||
- La letra "i" es convertida para `"imes"` | ||
- La letra "a" es convertida para `"ai"` | ||
- La letra "o" es convertida para `"ober"` | ||
- La letra "u" es convertida para `"ufat"` | ||
|
||
--- | ||
|
||
**Requisitos:** | ||
- Debe funcionar solo con letras minúsculas. | ||
- No deben ser utilizados letras con acentos ni caracteres especiales. | ||
- Debe ser posible convertir una palabra para la versión encriptada también devolver una palabra encriptada para su versión original. | ||
|
||
**Por ejemplo:** `"gato" => "gaitober"` `"gaitober" => "gato"` | ||
|
||
--- | ||
|
||
**Tecnologías utilizadas:** | ||
<img src="https://img.icons8.com/color/344/html-5--v1.png" alt="html" width="50"/> | ||
<img src="https://img.icons8.com/color/344/css3.png" alt="css" width="50"/> | ||
<img src="https://img.icons8.com/color/344/javascript--v1.png" alt="JavaScript" width="50"/> | ||
|
||
--- | ||
|
||
**Visualiación:** | ||
|
||
 | ||
|
||
|
||
--- | ||
|
||
[**Ir a la página** ✌] | ||
|
||
|
||
|
||
 | ||
|