Decoder is a tool to encrypt and decrypt text by replacing each letter with a corresponding term and vice versa. This allows users to transform a message into a coded format and then reverse the process to restore the original text. This project was proposed by Oracle Next Education and Alura as part of their course, and its design was adapted by me.
- Manypixels Gallery — Free Developer Illustration
- Translations in English and Brazilian Portuguese
- Light and dark themes
- Copy text to clipboard
- Write a valid text in input field — it should include only lowercase letters with no accent (a-z) and the only special characters allowed are dots (.), commas (,), exclamations (!) and question (?) marks
- Click on 'Encrypt' button to encode text
- In output box, click on 'Copy' button
- Paste the copied text in input field and click on 'Decrypt' button
- Voilà! Have fun inserting different texts!
Novcmbro |
---|
If you would like to contribute to this project, follow these steps:
- Fork the project to your local machine
- Create your feature branch:
git checkout -b feature/YourFeatureName
- Make your changes and add them:
git add .
- Commit your changes:
git commit -m "Add feature 'your feature name'"
- Push changes to the branch:
git push origin feature/YourFeatureName
- Open a pull request so your changes can be analyzed and included on the project
Distributed under the MIT License. See LICENSE for more information.
©2024 Decoder — Made with 💜 by Novembro