{"id":20775548,"url":"https://github.com/jamesfrost/age-dockerhub","last_synced_at":"2026-05-22T01:36:25.916Z","repository":{"id":85469711,"uuid":"332238954","full_name":"JamesFrost/age-dockerhub","owner":"JamesFrost","description":"Docker container for the age encryption tool","archived":false,"fork":false,"pushed_at":"2021-05-27T09:02:44.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-18T07:48:03.002Z","etag":null,"topics":["age","cli","docker","docker-container","encryption"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/jamesfrosty/age-dockerhub","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JamesFrost.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}},"created_at":"2021-01-23T15:12:08.000Z","updated_at":"2023-02-17T23:01:09.000Z","dependencies_parsed_at":"2023-03-13T05:22:38.658Z","dependency_job_id":null,"html_url":"https://github.com/JamesFrost/age-dockerhub","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesFrost%2Fage-dockerhub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesFrost%2Fage-dockerhub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesFrost%2Fage-dockerhub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JamesFrost%2Fage-dockerhub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JamesFrost","download_url":"https://codeload.github.com/JamesFrost/age-dockerhub/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243114074,"owners_count":20238536,"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":["age","cli","docker","docker-container","encryption"],"created_at":"2024-11-17T12:37:35.118Z","updated_at":"2025-12-26T02:03:49.794Z","avatar_url":"https://github.com/JamesFrost.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# age-dockerhub\n\nDocker container for the [age encryption tool](https://github.com/FiloSottile/age).\n\n## Example Usage\n\n### Encryption\n\nEncrypting a file in the current directory:\n\n```bash\n$ ls\nsecrets.txt\n\n$ docker run --rm -it -v `pwd`:/here jamesfrosty/age-dockerhub:latest age -p -o /here/secrets.age /here/secrets.txt\nEnter passphrase (leave empty to autogenerate a secure one):\nConfirm passphrase:\n\n$ ls\nsecrets.age\tsecrets.txt\n```\n\n### Decryption\n\nDecrypting a file in the current directory:\n\n```bash\n$ ls\nsecrets.age\n\n$ docker run --rm -it -v `pwd`:/here jamesfrosty/age-dockerhub:latest age -d -o /here/secrets.txt /here/secrets.age\nEnter passphrase:\n\n$ ls\nsecrets.age\tsecrets.txt\n\n```\n\n### Key Generation\n\n```bash\n$ docker run --rm -it -v `pwd`:/here jamesfrosty/age-dockerhub:latest age-keygen -o /here/key.txt\nPublic key: age1zftrgf42x6t97dkujtw0u4yaq3thxamzcgmp4afzvt67hpcfe52sc07fg4\n\n$ ls\nkey.txt\n```\n\n## Building\n\nTo build the Docker container, run:\n\n```bash\n$ make image\n```\n\nSpecifying a version of the age tool:\n\n\n```bash\n$ make VERSION=v1.0.0-beta6 image\n```\n\n## Links\n\n* [Dockerhub](https://hub.docker.com/r/jamesfrosty/age-dockerhub)\n* [GitHub](https://github.com/JamesFrost/age-dockerhub)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesfrost%2Fage-dockerhub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesfrost%2Fage-dockerhub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesfrost%2Fage-dockerhub/lists"}