Skip to content

shanting18/encriptad0r-de-text0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text encrypter

Description

Text encrypter developed with JavaScript, HTML and CSS for the Oracle+Alura LATAM ONE Project challenge.

The challenge consists of building a web page that encrypts and decrypts text that will be entered by the user and present it in its encrypted or decrypted form, the objective of this challenge is to put.

##How encryption works

The vowels are changed for other words:

  • The letter "a" is converted to "ai".
  • The letter "e" is converted to "enter".
  • The letter "i" is converted to "imes".
  • The letter "o" is converted to "ober"
  • The letter "u" is converted to "ufat"

Challenge Requirements

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 the encrypted version and also return an encrypted word to its original version. For example:

	"gato" => "gaitober"
	
	"gaitober" => "gato"

The page must have fields for inserting the text that will be encrypted or decrypted, and the user must be able to choose between the two options. The result should be displayed on the screen. Additional features: 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

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published