{"id":19336765,"url":"https://github.com/samrocketman/gpg","last_synced_at":"2026-03-05T14:30:48.627Z","repository":{"id":145442163,"uuid":"426408236","full_name":"samrocketman/gpg","owner":"samrocketman","description":"Contact Sam Gleske securely via GPG encryption","archived":false,"fork":false,"pushed_at":"2025-04-11T01:17:21.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-11T02:30:51.335Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/samrocketman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-11-09T22:35:33.000Z","updated_at":"2025-04-11T01:17:25.000Z","dependencies_parsed_at":"2023-06-03T18:32:46.139Z","dependency_job_id":null,"html_url":"https://github.com/samrocketman/gpg","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/samrocketman/gpg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgpg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgpg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgpg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgpg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samrocketman","download_url":"https://codeload.github.com/samrocketman/gpg/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samrocketman%2Fgpg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30130268,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T12:40:50.676Z","status":"ssl_error","status_checked_at":"2026-03-05T12:39:32.209Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-10T03:12:23.606Z","updated_at":"2026-03-05T14:30:48.600Z","avatar_url":"https://github.com/samrocketman.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Communicating securely with Sam Gleske\n\n### Prerequisites\n\nFor Linux GPG, is typically pre-installed.  For Mac, install [GPG\nSuite][mac-gpg].\n\n[mac-gpg]: https://gpgtools.org/\n\n### Importing my GPG key\n\nBefore you can securely send me files and messages, you must first import my GPG\npublic key.\n\n    curl -L https://raw.githubusercontent.com/samrocketman/gpg/master/sam_gleske.asc | gpg --import\n\nFeel free to edit the trust of my key with:\n\n    $ gpg --edit-key 'Sam Gleske'\n    gpg\u003e trust\n    gpg\u003e save\n\n# Send encrypted files to Sam Gleske\n\nThe following encrypts a `file` to `file.asc`.  Share the encrypted `file.asc`\nwith me.\n\n    gpg -ear 'Sam Gleske' file\n\nFor larger files, it's better to create a `file.gpg` with:\n\n    gpg -er 'Sam Gleske' file\n\n# Securely managing files from servers\n\nThis section is more of a personal note for me.\n\nIf files need to be downloaded onto my laptop, then I stream tar into GPG to\nencrypt it.\n\n    ssh HOSTNAME 'tar -cz file1 file2' | gpg -er 'Sam Gleske' -o file.tgz.gpg\n\nTo upload and extract the contents from local to a remote server the following\ncommand can be run.\n\n    gpg -d \u003c file.tgz.gpg | ssh HOSTNAME 'tar -xz'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fgpg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamrocketman%2Fgpg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamrocketman%2Fgpg/lists"}