Creation of an encryptor and decryptor on a HTML and CSS page, using JavaScript.
- 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".
- It should work only with lowercase letters.
- Letters with accents or special characters should not be used.
- It should be possible to convert a word to its encrypted version and also to decrypt an encrypted word to its original version.
- The page must have fields for inserting the text to be encrypted or decrypted, and the user must be able to choose between the two options.
- The result should be displayed on the screen.
A button that copies the encrypted/decrypted text to the clipboard, with the same functionality as Ctrl+C or the "Copy" option in the application menu.
Project in progress.
Last update: 18-04-2023.
Apache License 2.0