{"id":25009974,"url":"https://github.com/thatsinewave/text-scrambler","last_synced_at":"2026-06-30T23:31:45.436Z","repository":{"id":274380312,"uuid":"920178147","full_name":"ThatSINEWAVE/Text-Scrambler","owner":"ThatSINEWAVE","description":"A simple web app that encodes and decodes text using a custom scrambling method based on a decoding word.","archived":false,"fork":false,"pushed_at":"2025-07-24T10:58:07.000Z","size":177,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T20:03:00.767Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://thatsinewave.github.io/Text-Scrambler/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThatSINEWAVE.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"ThatSINEWAVE","ko_fi":"thatsinewave"}},"created_at":"2025-01-21T17:41:43.000Z","updated_at":"2025-07-24T10:58:11.000Z","dependencies_parsed_at":"2025-01-27T00:31:40.210Z","dependency_job_id":null,"html_url":"https://github.com/ThatSINEWAVE/Text-Scrambler","commit_stats":null,"previous_names":["thatsinewave/text-scrambler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ThatSINEWAVE/Text-Scrambler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FText-Scrambler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FText-Scrambler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FText-Scrambler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FText-Scrambler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThatSINEWAVE","download_url":"https://codeload.github.com/ThatSINEWAVE/Text-Scrambler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThatSINEWAVE%2FText-Scrambler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34987610,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2025-02-05T04:52:19.447Z","updated_at":"2026-06-30T23:31:45.418Z","avatar_url":"https://github.com/ThatSINEWAVE.png","language":"CSS","funding_links":["https://github.com/sponsors/ThatSINEWAVE","https://ko-fi.com/thatsinewave"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# [Text Scrambler](https://thatsinewave.github.io/Text-Scrambler/)\n\n![Text-Scrambler](https://github.com/user-attachments/assets/a1a25561-5aa5-41be-92d0-ee208f4c25af)\n\nA 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.\n\n\u003c/div\u003e\n\n## Features\n- **Encode Text**: Scramble your input text using a decoding word.\n- **Decode Text**: Reverse the encoding process using the same decoding word.\n- **User-Friendly UI**: A responsive, professional dark theme for a clean and intuitive experience.\n- **Lightweight**: No external libraries or frameworks required.\n\n\u003cdiv align=\"center\"\u003e\n\n## ☕ [Support my work on Ko-Fi](https://ko-fi.com/thatsinewave)\n\n\u003c/div\u003e\n\n## How It Works\n1. Enter the text you want to encode or decode in the input field.\n2. Provide a decoding word (can be a word, number, or any string).\n3. Click \"Encode\" to scramble the text or \"Decode\" to unscramble it.\n4. The result will appear in the output field.\n\n## Installation\n1. Clone this repository to your local machine:\n   ```bash\n   git clone https://github.com/ThatSINEWAVE/Text-Scrambler.git\n   ```\n2. Open `index.html` in your preferred web browser.\n\n## Usage\n- **Encoding**: Scrambles the input text by shifting character codes based on the length of the decoding word.\n- **Decoding**: Reverses the scrambling process to restore the original text.\n\n## Customization\nFeel free to modify the CSS and JavaScript files to adjust the appearance or scrambling logic to fit your needs.\n\n\u003cdiv align=\"center\"\u003e\n\n## [Join my discord server](https://thatsinewave.github.io/Discord-Redirect/)\n\n\u003c/div\u003e\n\n## Contributing\nContributions are welcome! If you find any bugs or have ideas for improvements, feel free to submit an issue or a pull request.\n\n## License\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Ftext-scrambler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatsinewave%2Ftext-scrambler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatsinewave%2Ftext-scrambler/lists"}