Skip to content

Text Decoder Challenge from Oracle One Class 6 in partnership with Alura.

Notifications You must be signed in to change notification settings

vicentejluz/text-decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text decoder

JavaScript HTML5 CSS3

Summary

About

This project was developed as part of the Oracle One Class 6 challenge in partnership with Alura. It provides a simple yet effective text encryption and decryption tool. Users can easily convert their messages into secret codes using the specified encryption rules, allowing for secure communication among those who know the secret key.

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

Technologies

Access the System

Click here to access the system.

Screenshots

Index

Home page of the system.


Index_filled

Home Page of the system with filled fields.

Contribution

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please open an issue or submit a pull request to the repository.

Contact