SecretCipher is a simple text encryption and decryption application that allows users to exchange secret messages using a specified encryption key. The encryption keys are as follows:
- Letter "e" is converted to "enter"
- Letter "i" is converted to "imes"
- Letter "a" is converted to "ai"
- Letter "o" is converted to "ober"
- Letter "u" is converted to "ufat"
The application works only with lowercase letters and does not support accents or special characters. Users can input text to be encrypted or decrypted and choose the desired operation. The result is displayed on the screen.
- Open the application.
- Enter the text you want to encrypt or decrypt.
- Select the desired operation (Encrypt or Decrypt).
- View the result on the screen.
- Encrypt: "gato" => "gaitober"
- Decrypt: "gaitober" => "gato"
- Copy Button: A button allows users to copy the encrypted or decrypted text to the clipboard.
- Clone the repository.
- Open the index.html file in a web browser.
- [Kevin Arauz]
This project is licensed under the MIT License.