Skip to content

Creation of an encryptor and decryptor on a HTML and CSS page, using JavaScript.

License

Notifications You must be signed in to change notification settings

hnolascos1600/encryptor-decryptor-HTML-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

encryptor-decryptor-HTML-JS

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".

Requirements:

  1. It should work only with lowercase letters.
  2. Letters with accents or special characters should not be used.
  3. It should be possible to convert a word to its encrypted version and also to decrypt an encrypted word to its original version.
  4. 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.
  5. The result should be displayed on the screen.

Extras:

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

About

Creation of an encryptor and decryptor on a HTML and CSS page, using JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published