{"id":13781289,"url":"https://github.com/jamesog/AgeKit","last_synced_at":"2025-05-11T14:34:56.993Z","repository":{"id":215841388,"uuid":"597369295","full_name":"jamesog/AgeKit","owner":"jamesog","description":"A simple, modern and secure encryption Swift library with small explicit keys, and no config options.","archived":false,"fork":false,"pushed_at":"2023-04-12T09:28:22.000Z","size":60,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T06:08:30.779Z","etag":null,"topics":["age","age-encryption","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/jamesog.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":"2023-02-04T10:35:33.000Z","updated_at":"2025-02-11T20:39:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"31d0c744-dc54-480e-b14b-dc6a50041c2f","html_url":"https://github.com/jamesog/AgeKit","commit_stats":null,"previous_names":["jamesog/agekit"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesog%2FAgeKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesog%2FAgeKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesog%2FAgeKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jamesog%2FAgeKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jamesog","download_url":"https://codeload.github.com/jamesog/AgeKit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253580359,"owners_count":21930929,"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","age-encryption","swift"],"created_at":"2024-08-03T18:01:24.623Z","updated_at":"2025-05-11T14:34:56.500Z","avatar_url":"https://github.com/jamesog.png","language":"Swift","funding_links":[],"categories":["Swift","Implementations"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg alt=\"The age logo, an wireframe of St. Peters dome in Rome, with the text: age, file encryption\" width=\"600\" src=\"https://user-images.githubusercontent.com/1225294/132245842-fda4da6a-1cea-4738-a3da-2dc860861c98.png\"\u003e\u003c/p\u003e\n\n# AgeKit: Swift implementation of age\n\n[age](https://age-encryption.org) is a simple, modern and secure file encryption tool and format. It features small explicit keys, no config options, and UNIX-style composability.\n\nAgeKit provides a Swift implementation of the library and format.\n\nThe reference Go implementation is available at [filippo.io/age](https://filippo.io/age).\n\n## Implementation Notes\n\nThese features of age have been implemented:\n\n- ✅ X25519 public/private keys\n- ⚠️ Scrypt passphrases: this is implemented but there are issues with the format that have\n  compatibility issues with the Go version of the tool\n- ✅ Armored (PEM) encoding and decoding\n- ❌ SSH keys\n  - ❌ GitHub users\n\nAgeKit uses features from CryptoKit and needs at least macOS 11 or iOS 14.\n\n## Getting Started\n\nTo use AgeKit add the following dependency to `Package.swift`:\n\n```swift\ndependencies: [\n    .package(url: \"https://github.com/jamesog/AgeKit.git\", branch: \"main\"),\n]\n```\n\nYou can then add the dependency to your target:\n\n```swift\ndependencies: [\n    \"AgeKit\",\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesog%2FAgeKit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjamesog%2FAgeKit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjamesog%2FAgeKit/lists"}