Skip to content

A simple web application that allows you to encode and decode text using a custom encoding scheme.

License

Notifications You must be signed in to change notification settings

dotdesh71/Text-Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Encoder Decoder

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

  1. Clone or download the repository to your local machine.
  2. Run the index.php file in your web browser.

Usage

  1. Enter the text that you want to encode in the text area.
  2. Click the "Encode" button to see the encoded string.
  3. Enter the encoded string in the text area.
  4. Click the "Decode" button to see the original text.

Note

  • The encoding and decoding is done using a custom encoding scheme and the encode.php and decode.php files respectively.

Contributing

If you want to contribute to the project, feel free to create a pull request.