A simple web application that allows you to encode and decode text using a custom encoding scheme.
- HTML
- PHP
- jQuery
- Bulma (CSS framework)
- Encode text into a custom encoded string
- Decode custom encoded string into original text
- Clone or download the repository to your local machine.
- Run the
index.php
file in your web browser.
- 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.
- The encoding and decoding is done using a custom encoding scheme and the
encode.php
anddecode.php
files respectively.
If you want to contribute to the project, feel free to create a pull request.