{"id":16496219,"url":"https://github.com/molotovcherry/stegcloak","last_synced_at":"2025-10-15T04:32:23.903Z","repository":{"id":226323124,"uuid":"768381192","full_name":"MolotovCherry/stegcloak","owner":"MolotovCherry","description":"[Rust] Hide secrets with invisible characters in plain text securely using passwords 🧙🏻‍♂️⭐","archived":false,"fork":false,"pushed_at":"2024-03-17T14:42:09.000Z","size":100,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T18:18:09.179Z","etag":null,"topics":["character","cipher","cryptography","data-exfiltration","encode","encrypt","hacking-tool","hide","infosec","privacy","rust","security","security-tools","stealth","steganography","stegcloak","width","zero","zwc"],"latest_commit_sha":null,"homepage":"https://molotovcherry.github.io/stegcloak/","language":"Rust","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/MolotovCherry.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-07T01:15:58.000Z","updated_at":"2025-02-09T07:56:48.000Z","dependencies_parsed_at":"2024-03-09T23:48:27.909Z","dependency_job_id":null,"html_url":"https://github.com/MolotovCherry/stegcloak","commit_stats":null,"previous_names":["molotovcherry/stegcloak"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MolotovCherry%2Fstegcloak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MolotovCherry%2Fstegcloak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MolotovCherry%2Fstegcloak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MolotovCherry%2Fstegcloak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MolotovCherry","download_url":"https://codeload.github.com/MolotovCherry/stegcloak/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244121351,"owners_count":20401256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["character","cipher","cryptography","data-exfiltration","encode","encrypt","hacking-tool","hide","infosec","privacy","rust","security","security-tools","stealth","steganography","stegcloak","width","zero","zwc"],"created_at":"2024-10-11T14:34:16.935Z","updated_at":"2025-10-15T04:32:18.870Z","avatar_url":"https://github.com/MolotovCherry.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StegCloak\n\n[![crates.io](https://img.shields.io/crates/v/stegcloak.svg)](https://crates.io/crates/stegcloak)\n\nHides secrets inside text by compressing and encrypting the secret before cloaking it\nwith special unicode invisible characters. It can be used to safely watermark strings,\ninvisible scripts on webpages, texts on social media, or for any other covert communication.\nCompletely invisible!\n\nInspired by the original javascript [stegcloak](https://github.com/KuroLabs/stegcloak).\n\nThis is incompatible with the original js stegcloak. But it can compile to wasm with the\n`wasm` feature.\n\nAlso available on the web @ https://molotovcherry.github.io/stegcloak/\n\n# Features\n\n- Allows you to invisibly hide your secret inside regular text\n- Protect your secret with password and HMAC integrity\n- Encrypts your secret with AES-256-CTR\n- Uses 6 invisible unicode characters that work in many places such as Gmail, WhatsApp, Telegram, Facebook, and more!\n- Uses compression to minimize size of payload.\n- Wasm compatible\n- Fast🦀!\n  - Can hide the entire wikipedia source in ~201468 characters taking ~3.5ms in plaintext mode and ~7ms in encrypt mode\n  - Can reveal the entire wikipedia source in ~1.3ms in plaintext mode and ~5ms in encrypted mode\n\n# Cargo Features\n\n`wasm` - If you need wasm support, this feature's for you!\n\n# Crates\n\n`stegcloak-wasm` - This is a pure binding crate to use this purely from javascript. If you want to use `stegcloak` in your wasm app, use the normal `stegcloak` crate with the `wasm` feature\n\n# Warning\n\nThis is currently under dev. Algorithm may be changed at any time, and previously encoded\nmessages may no longer be compatible with the new version.\n\nEvery effort has been made to be cryptographically secure, however, this _should not_ be\nrelied on for any sensitive or secure communications! Author absolves self from all possible\nissues that could arise from usage of this software.\n\nStegCloak doesn't solve the Alice-Bob-Warden problem, it's powerful only when people are not\nlooking for it and it helps you achieve that really well, given its invisible properties around\nthe web! It could be safely used for watermarking in forums, invisible tweets, social media etc.\nPlease don't use it when you know there's someone who is actively sniffing your data - looking at\nthe unicode characters through a data analysis tool. In that case, even though the secret encoded\ncannot be deciphered, the fact lies that the Warden (middle-man) knows some secret communication\ntook place, because he would have noticed an unusual amount of special invisible characters.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT\nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE\nOR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolotovcherry%2Fstegcloak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmolotovcherry%2Fstegcloak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmolotovcherry%2Fstegcloak/lists"}