Skip to content

Challenge ONE Sprint 01: Construye un encriptador de texto con Javascript

Notifications You must be signed in to change notification settings

riveraaj/Text-Encryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Link : https://riveraaj.github.io/Text-Encryptor/

Encriptador-1-Desktop.png

  • Resume

This is the first Challenge of the ONE - Oracle Next Education program. This application has the function of encrypting and decoding text messages in a simple way. With the aim of exchanging information with other people in a safe and fun way.

  • The encryption "keys" that we will use are the following:

    La letra "e" es convertida para "enter"
    La letra "i" es convertida para "imes"
    La letra "a" es convertida para "ai"
    La letra "o" es convertida para "ober"
    La letra "u" es convertida para "ufat"
    
  • Requirements:

    • It should work only with lowercase letters
    • Do not use letters with accents or special characters
    • It must be possible to convert a word to the encrypted version also to return an encrypted word to its original version.

    For example: "cat" => "gaitober" gaitober" => "cat"

    • The page must have fields for insertion of the text that will be encrypted or decrypted, the user having to choose between the two options.
    • The result should be displayed on the screen.
  • Additional characteristics:

    • A button that copies the encrypted/decrypted text for the transfer section, that is, it has the same functionality as ctrl+C or the "copy" option in the applications menu.

About

Challenge ONE Sprint 01: Construye un encriptador de texto con Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published