Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.5 KB

README.md

File metadata and controls

63 lines (43 loc) · 2.5 KB

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