{"id":30451998,"url":"https://github.com/varppi/cloakcrypt","last_synced_at":"2026-02-12T17:33:31.900Z","repository":{"id":250552268,"uuid":"834716437","full_name":"varppi/CloakCrypt","owner":"varppi","description":"Tool to encrypt and hide files in other files","archived":false,"fork":false,"pushed_at":"2025-08-09T07:31:06.000Z","size":4790,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T18:07:08.168Z","etag":null,"topics":["aes-256","cross-platform","encryption","gui","opsec","plausible-deniability","security"],"latest_commit_sha":null,"homepage":"","language":"NSIS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/varppi.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-07-28T06:22:51.000Z","updated_at":"2025-08-09T07:31:09.000Z","dependencies_parsed_at":"2025-03-08T16:27:11.376Z","dependency_job_id":"fcaca3ba-2178-4116-a944-15951e722f31","html_url":"https://github.com/varppi/CloakCrypt","commit_stats":null,"previous_names":["r00tendo/cloakcrypt","spoofimei/cloakcrypt","varppi/cloakcrypt"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/varppi/CloakCrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varppi%2FCloakCrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varppi%2FCloakCrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varppi%2FCloakCrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varppi%2FCloakCrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/varppi","download_url":"https://codeload.github.com/varppi/CloakCrypt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/varppi%2FCloakCrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29374082,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["aes-256","cross-platform","encryption","gui","opsec","plausible-deniability","security"],"created_at":"2025-08-23T14:19:25.723Z","updated_at":"2026-02-12T17:33:31.883Z","avatar_url":"https://github.com/varppi.png","language":"NSIS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![logo](https://github.com/user-attachments/assets/0bbc4877-7d9c-49f3-8253-15f1c87bd422)\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/go-%2300ADD8.svg?style=for-the-badge\u0026logo=go\u0026logoColor=white\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge\u0026logo=html5\u0026logoColor=white\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge\u0026logo=css3\u0026logoColor=white\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Windows-0078D6?style=for-the-badge\u0026logo=windows\u0026logoColor=white\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black\"\u003e\n\u003cimg src=\"https://img.shields.io/badge/mac%20os-000000?style=for-the-badge\u0026logo=macos\u0026logoColor=F0F0F0\"\u003e\n\u003c/p\u003e\n\n### CloakCrypt allows you to encrypt and hide the contents of a file inside another file in a stealthy manner. \n\nThink of it as a more stealthy version of an encrypted archive. The encrypted container will act just as if it were the original file, but in reality, it contains the encrypted data. Even if opened in a hex editor, it is difficult to spot if it has encrypted data or not due to CloakCrypt adding the last segment of the original file to the end of the encrypted part so the ending looks natural.\n\n## Installation\n* Windows: download the exe from the releases tab\n* Linux and MacOS / manual compile:\n```\ngit clone https://github.com/Varppi/CloakCrypt\ncd CloakCrypt\n\n#Install golang if need be (linux: apt install golang)\ngo install github.com/wailsapp/wails/v2/cmd/wails@latest\n~/go/bin/wails doctor #If everything looks fine continue to next step\nnpm install -g sass\nsass frontend/src/\n~/go/bin/wails build\n# The executable can be found in build/bin\n```\n\n## Support\nThe program will probably work with other filetypes as well, but here are ones I personally tested it with:\n* \u003cb\u003eZIP\u003c/b\u003e\n* \u003cb\u003eRAR\u003c/b\u003e\n* \u003cb\u003eEXE\u003c/b\u003e\n* \u003cb\u003eTXT\u003c/b\u003e\n\nSupported platforms:\n* \u003cb\u003eWindows\u003c/b\u003e\n* \u003cb\u003eLinux\u003c/b\u003e\n* \u003cb\u003eMac OS\u003c/b\u003e\n\n## Screenshots:\n### In app:\n\u003cimg width=400 src=\"https://github.com/user-attachments/assets/f6f55a47-774f-420c-8819-8201ba7a3dd02\"\u003e\u003c/img\u003e\n\u003cimg width=400 src=\"https://github.com/user-attachments/assets/bc5fae2c-650e-4be1-a6de-b68d6b63d462\"\u003e\u003c/img\u003e\n\n\n### Encrypted container inside PSEXEC:\n\u003cimg width=800 src=\"https://github.com/user-attachments/assets/4605f29a-18fa-41d4-a4d7-804687aa34be\"\u003e\u003c/img\u003e\n\n## Technical specifications\n```\nGUI: Wails\nMain language: Go\n\nEncryption: AES-256 GCM\nKey: Salted Shake256 sum of at least 7 character password\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarppi%2Fcloakcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvarppi%2Fcloakcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvarppi%2Fcloakcrypt/lists"}