https://github.com/thatsinewave/text-scrambler
A simple web app that encodes and decodes text using a custom scrambling method based on a decoding word.
https://github.com/thatsinewave/text-scrambler
decoding encoder-decoder encoding good-first-contribution good-first-issue good-first-issues good-first-pr good-first-pr-first-contribution good-first-project letter-shuffling scramble scrambler scrambling text-encoding text-scrambler thatsinewave
Last synced: 24 days ago
JSON representation
A simple web app that encodes and decodes text using a custom scrambling method based on a decoding word.
- Host: GitHub
- URL: https://github.com/thatsinewave/text-scrambler
- Owner: ThatSINEWAVE
- License: mit
- Created: 2025-01-21T17:41:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T23:58:36.000Z (3 months ago)
- Last Synced: 2025-02-05T04:52:16.132Z (3 months ago)
- Topics: decoding, encoder-decoder, encoding, good-first-contribution, good-first-issue, good-first-issues, good-first-pr, good-first-pr-first-contribution, good-first-project, letter-shuffling, scramble, scrambler, scrambling, text-encoding, text-scrambler, thatsinewave
- Language: CSS
- Homepage: https://thatsinewave.github.io/Text-Scrambler/
- Size: 170 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# [Text Scrambler](https://thatsinewave.github.io/Text-Scrambler/)

A simple web app that encodes and decodes text using a custom scrambling method based on a decoding word. This app is built with **HTML**, **CSS**, and **JavaScript** and features a modern dark-themed user interface.
## Features
- **Encode Text**: Scramble your input text using a decoding word.
- **Decode Text**: Reverse the encoding process using the same decoding word.
- **User-Friendly UI**: A responsive, professional dark theme for a clean and intuitive experience.
- **Lightweight**: No external libraries or frameworks required.## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)
## How It Works
1. Enter the text you want to encode or decode in the input field.
2. Provide a decoding word (can be a word, number, or any string).
3. Click "Encode" to scramble the text or "Decode" to unscramble it.
4. The result will appear in the output field.## Installation
1. Clone this repository to your local machine:
```bash
git clone https://github.com/ThatSINEWAVE/Text-Scrambler.git
```
2. Open `index.html` in your preferred web browser.## Usage
- **Encoding**: Scrambles the input text by shifting character codes based on the length of the decoding word.
- **Decoding**: Reverses the scrambling process to restore the original text.## Customization
Feel free to modify the CSS and JavaScript files to adjust the appearance or scrambling logic to fit your needs.## [Join my discord server](https://discord.gg/2nHHHBWNDw)
## Contributing
Contributions are welcome! If you find any bugs or have ideas for improvements, feel free to submit an issue or a pull request.## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.