{"id":42126281,"url":"https://github.com/hyperifyio/goselfshield","last_synced_at":"2026-01-26T15:09:05.504Z","repository":{"id":233113985,"uuid":"786073203","full_name":"hyperifyio/goselfshield","owner":"hyperifyio","description":"GoSelfShield securely embeds and deploys encrypted executables in Go, using passphrase-protected self-replacement for enhanced security.","archived":false,"fork":false,"pushed_at":"2024-04-13T15:01:41.000Z","size":15,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-14T00:46:34.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperifyio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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-04-13T10:46:57.000Z","updated_at":"2024-04-14T00:46:46.066Z","dependencies_parsed_at":"2024-04-14T00:46:44.631Z","dependency_job_id":"31f8ab5e-860b-48a0-8c38-e5928e582d79","html_url":"https://github.com/hyperifyio/goselfshield","commit_stats":null,"previous_names":["hyperifyio/goselfshield"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hyperifyio/goselfshield","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperifyio%2Fgoselfshield","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperifyio%2Fgoselfshield/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperifyio%2Fgoselfshield/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperifyio%2Fgoselfshield/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperifyio","download_url":"https://codeload.github.com/hyperifyio/goselfshield/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperifyio%2Fgoselfshield/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28781308,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"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":[],"created_at":"2026-01-26T15:09:05.430Z","updated_at":"2026-01-26T15:09:05.486Z","avatar_url":"https://github.com/hyperifyio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goselfshield\n\nGoSelfShield securely embeds and deploys encrypted executables in Go, using \npassphrase-protected self-replacement for enhanced security.\n\n## Usage\n\nAssume you have an unencrypted executable at `./my-executable`.\n\nWith `goselfshield`, you can create an encrypted, self-executable installer:\n\n```\ngoselfshield --private-key PASSPHRASE --output my-installer --source my-executable\n```\n\nAfter creation, you can distribute `my-installer` publicly.\n\nTo use the installer, your users need to know the passphrase used during its \ncreation:\n\n```\n./my-installer --installer-private-key PASSPHRASE\n```\n\nNotes:\n- Omitting `--installer-output` causes the installer to replace itself and re-execute itself after successful unpacking.\n- Omitting `--installer-private-key` prompts the user to enter the passphrase from the command line.\n\n### Full example\n\n```\n$ goselfshield -output test-executable -source tmp/gomemory --private-key df0f56ae8e54c3e028d37f36d0eda121266bf49f4ef90d34873340b3175177d0\nmake: Nothing to be done for `all'.\nSelf-installer created: test-executable\n$ ./test-executable --version\nINSTALLER: Please enter your private key: df0f56ae8e54c3e028d37f36d0eda121266bf49f4ef90d34873340b3175177d0\nINSTALLER: Decrypted to: /Users/jhh/git/hyperifyio/goselfshield/test-executable.tmp\nINSTALLER: Backup made successfully to: /Users/jhh/git/hyperifyio/goselfshield/test-executable.bak\nINSTALLER: Backup removed successfully.\nHG's memory game v0.0.9 by Hangover Games \u003cinfo@hangover.games\u003e\nURL = https://memory.hangover.games\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperifyio%2Fgoselfshield","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperifyio%2Fgoselfshield","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperifyio%2Fgoselfshield/lists"}