Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardomv94/challenge-oracle-one-encrypter
Desafio encriptador desencriptador de texto
https://github.com/leonardomv94/challenge-oracle-one-encrypter
challengeonecodificador3
Last synced: 1 day ago
JSON representation
Desafio encriptador desencriptador de texto
- Host: GitHub
- URL: https://github.com/leonardomv94/challenge-oracle-one-encrypter
- Owner: LeonardoMV94
- Created: 2022-08-06T10:42:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T13:55:38.000Z (over 2 years ago)
- Last Synced: 2023-03-05T05:18:06.786Z (almost 2 years ago)
- Topics: challengeonecodificador3
- Language: JavaScript
- Homepage: https://leonardomv94.github.io/Challenge-Oracle-One-Encrypter/
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Challenge Oracle One Sprint 1
Construccion de un encriptador de texto con JavascriptLas "llaves" de encriptación que se utilizaron son las siguientes:
```
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"
```
Ejemplo
```
Encriptador: "gato" => "gaitober"
Desencriptador: "gaitober" => "gato"
```
## Vista previa
https://leonardomv94.github.io/Challenge-Oracle-One-Encrypter/