Proyect to Encrypt a message to send encrypted message to other person and he can decrypt the message with the program and the program show the decrypted message to the user
The encryption "keys" that we will use are the following:
The letter "a" is converted to "ai" The letter "e" is converted to "enter" The letter "i" is converted to "imes" The letter "o" is converted to "ober" The letter "u" is converted to "ufat"
Requirements:
- It should work only with lowercase letters
- Letters with accents or special characters must not be used
- It must be possible to convert a word to the encrypted version also to return an encrypted word to its original version.
For example: "carrot" => "cairrobert" cairrobert" => "carrot"
La página debe tener campos para inserción del texto que será encriptado o desencriptado, y el usuario debe poder escoger entre las dos opciones. El resultado debe ser mostrado en la pantalla.