{"id":19364797,"url":"https://github.com/john-lin/crypt","last_synced_at":"2026-05-18T14:08:35.875Z","repository":{"id":70854128,"uuid":"83572231","full_name":"John-Lin/crypt","owner":"John-Lin","description":"A simple CLI tool for Encrypt/Decrypt files.","archived":false,"fork":false,"pushed_at":"2017-04-16T11:37:23.000Z","size":3319,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T13:15:49.574Z","etag":null,"topics":["aws-s3","cryptography"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/John-Lin.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":"2017-03-01T15:50:36.000Z","updated_at":"2017-04-16T11:37:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"5f201302-b913-4a92-932d-6f3244794f3e","html_url":"https://github.com/John-Lin/crypt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/John-Lin/crypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Lin%2Fcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Lin%2Fcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Lin%2Fcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Lin%2Fcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/John-Lin","download_url":"https://codeload.github.com/John-Lin/crypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/John-Lin%2Fcrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33180361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"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":["aws-s3","cryptography"],"created_at":"2024-11-10T07:38:16.915Z","updated_at":"2026-05-18T14:08:35.857Z","avatar_url":"https://github.com/John-Lin.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# crypt\n\nA simple CLI tool for Encrypt/Decrypt files and upload/download to/from AWS S3. Using 256-bit AES-GCM.\n\n## Build\n\n```\n$ go build crypt.go cryptobox.go s3.go\n```\n\n## Configure AWS S3\nCreate a AWS S3 bucket and configure `config/awsS3Conf.json`. bucket name and region is required.\n\n### Make It Runnable from the Command-Line\nAfter created an executable file, `crypt`. Copy `crypt` to `/usr/local/bin`.\n\n```\n$ cp crypt /usr/local/bin\n```\n\n## Usage\n\nEncrypt \u0026 Decrypt a file\n```\n$ ./crypt enc -f=mysecret\n\n$ ./crypt dec -f=mysecretEnc -key=3ejnUzswPQm9tiZ47EKTCQoGK4h03uK7heutnhYI14Q=\n```\n\nEncrypt file and Upload to AWS S3 (automatically generated an encryption key)\n\n```\n$ ./crypt push mysecret\n```\n\nDownload and Decrypt file\n\n```\n$ ./crypt pull -key vWWgPEgRIOgWyTVRs2tzDYKqHWAHa6hSnX+C+N3i4jg= myfolder/mysecret\n```\n\nList objects on S3 bucket\n```\n$ ./crypt list\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-lin%2Fcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohn-lin%2Fcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn-lin%2Fcrypt/lists"}