{"id":20273026,"url":"https://github.com/sorairolake/abcrypt-go","last_synced_at":"2025-08-12T00:09:32.224Z","repository":{"id":222292631,"uuid":"756779393","full_name":"sorairolake/abcrypt-go","owner":"sorairolake","description":"A simple, modern and secure file encryption library for Go","archived":false,"fork":false,"pushed_at":"2025-08-09T03:44:58.000Z","size":202,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-08-09T05:29:09.723Z","etag":null,"topics":["abcrypt","abcrypt-encryption","argon2","argon2id","blake2","blake2b","chacha20","chacha20-poly1305","encryption","go","golang","poly1305","xchacha20","xchacha20-poly1305"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/sorairolake/abcrypt-go","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sorairolake.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.adoc","contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSE-APACHE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.adoc","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-02-13T09:46:48.000Z","updated_at":"2025-08-09T03:44:56.000Z","dependencies_parsed_at":"2025-04-24T00:23:03.657Z","dependency_job_id":"e7839a1e-93d8-453f-9940-ce4d4a5fc20f","html_url":"https://github.com/sorairolake/abcrypt-go","commit_stats":null,"previous_names":["sorairolake/abcrypt-go"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/sorairolake/abcrypt-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorairolake","download_url":"https://codeload.github.com/sorairolake/abcrypt-go/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269727079,"owners_count":24465396,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["abcrypt","abcrypt-encryption","argon2","argon2id","blake2","blake2b","chacha20","chacha20-poly1305","encryption","go","golang","poly1305","xchacha20","xchacha20-poly1305"],"created_at":"2024-11-14T12:47:48.526Z","updated_at":"2025-08-12T00:09:32.213Z","avatar_url":"https://github.com/sorairolake.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2024 Shun Sakai\n\nSPDX-License-Identifier: CC-BY-4.0\n--\u003e\n\n# abcrypt-go\n\n[![CI][ci-badge]][ci-url]\n[![Go Reference][reference-badge]][reference-url]\n![Go version][go-version-badge]\n\n**abcrypt-go** is an implementation of the [abcrypt encrypted data format].\n\nThis package supports version 1 of the abcrypt format.\n\n## Usage\n\nTo install this library:\n\n```sh\ngo get -u github.com/sorairolake/abcrypt-go\n```\n\n### Documentation\n\nSee the [documentation][reference-url] for more details.\n\n## Minimum Go version\n\nThis library requires the minimum version of Go 1.23.0.\n\n## Source code\n\nThe upstream repository is available at\n\u003chttps://github.com/sorairolake/abcrypt-go.git\u003e.\n\n## Changelog\n\nPlease see [CHANGELOG.adoc].\n\n## Contributing\n\nPlease see [CONTRIBUTING.adoc].\n\n## License\n\nCopyright (C) 2024 Shun Sakai (see [AUTHORS.adoc])\n\nThis library is distributed under the terms of either the _Apache License 2.0_\nor the _MIT License_.\n\nThis project is compliant with version 3.3 of the [_REUSE Specification_]. See\ncopyright notices of individual files for more details on copyright and\nlicensing information.\n\n[ci-badge]: https://img.shields.io/github/actions/workflow/status/sorairolake/abcrypt-go/CI.yaml?branch=develop\u0026style=for-the-badge\u0026logo=github\u0026label=CI\n[ci-url]: https://github.com/sorairolake/abcrypt-go/actions?query=branch%3Adevelop+workflow%3ACI++\n[reference-badge]: https://img.shields.io/badge/Go-Reference-steelblue?style=for-the-badge\u0026logo=go\n[reference-url]: https://pkg.go.dev/github.com/sorairolake/abcrypt-go\n[go-version-badge]: https://img.shields.io/github/go-mod/go-version/sorairolake/abcrypt-go?style=for-the-badge\u0026logo=go\n[abcrypt encrypted data format]: https://sorairolake.github.io/abcrypt/book/format.html\n[CHANGELOG.adoc]: CHANGELOG.adoc\n[CONTRIBUTING.adoc]: CONTRIBUTING.adoc\n[AUTHORS.adoc]: AUTHORS.adoc\n[_REUSE Specification_]: https://reuse.software/spec-3.3/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fabcrypt-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorairolake%2Fabcrypt-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fabcrypt-go/lists"}