GitHub - dotdesh71/Text-Encoder-Decoder: A simple web application that allows you to encode and decode text using a custom encoding scheme.
A simple web application that allows you to encode and decode text using a custom encoding scheme.
Technology Stack
- HTML
- PHP
- jQuery
- Bulma (CSS framework)
Features
- Encode text into a custom encoded string
- Decode custom encoded string into original text
Setup
- Clone or download the repository to your local machine.
- Run the
index.phpfile in your web browser.
Usage
- Enter the text that you want to encode in the text area.
- Click the "Encode" button to see the encoded string.
- Enter the encoded string in the text area.
- Click the "Decode" button to see the original text.
Note
- The encoding and decoding is done using a custom encoding scheme and the
encode.phpanddecode.phpfiles respectively.
Contributing
If you want to contribute to the project, feel free to create a pull request.