For this project we are building a text encryptor similar to this one:
I've used a Programming tools like:
- HTML
- CSS
- Javascript
The idea of the program is to have the next capabilities:
- Encrypt text with a code to replace vowels.
- The text must be in lower case and without accents.
- Previous text can be decrypted
- The encrypted text is copied to the clipboard for ease of management
This is the interface of the encryptor and its functionalities