{"id":13636835,"url":"https://github.com/sorairolake/abcrypt","last_synced_at":"2025-04-09T21:23:32.950Z","repository":{"id":190547676,"uuid":"682854777","full_name":"sorairolake/abcrypt","owner":"sorairolake","description":"A simple, modern and secure file encryption tool, file format and Rust library","archived":false,"fork":false,"pushed_at":"2024-04-13T04:55:12.000Z","size":2301,"stargazers_count":7,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-04-13T16:41:59.107Z","etag":null,"topics":["abcrypt","abcrypt-encryption","argon2","argon2id","blake2","blake2b","chacha20","chacha20-poly1305","cli","command-line","command-line-tool","encryption","poly1305","rust","rust-lang","rust-library","terminal","tool","xchacha20","xchacha20-poly1305"],"latest_commit_sha":null,"homepage":"https://sorairolake.github.io/abcrypt/","language":"Rust","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/sorairolake.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":null,"license":"LICENSES/Apache-2.0.txt","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}},"created_at":"2023-08-25T03:09:34.000Z","updated_at":"2024-04-15T12:04:10.125Z","dependencies_parsed_at":"2024-01-16T20:13:24.241Z","dependency_job_id":"33618d8c-2f98-455b-b7ef-9fcd09784a86","html_url":"https://github.com/sorairolake/abcrypt","commit_stats":{"total_commits":288,"total_committers":2,"mean_commits":144.0,"dds":"0.29861111111111116","last_synced_commit":"7d75625a4047ea5ae18f999eed0f70a74f63c416"},"previous_names":["sorairolake/abcrypt"],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fabcrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorairolake","download_url":"https://codeload.github.com/sorairolake/abcrypt/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248113133,"owners_count":21049788,"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":["abcrypt","abcrypt-encryption","argon2","argon2id","blake2","blake2b","chacha20","chacha20-poly1305","cli","command-line","command-line-tool","encryption","poly1305","rust","rust-lang","rust-library","terminal","tool","xchacha20","xchacha20-poly1305"],"created_at":"2024-08-02T00:01:06.141Z","updated_at":"2025-04-09T21:23:32.937Z","avatar_url":"https://github.com/sorairolake.png","language":"Rust","readme":"// SPDX-FileCopyrightText: 2023 Shun Sakai\n//\n// SPDX-License-Identifier: Apache-2.0 OR MIT\n\n= abcrypt\n:project-url: https://github.com/sorairolake/abcrypt\n:shields-url: https://img.shields.io\n:crates-io-url: https://crates.io\n:crates-io-crates: {crates-io-url}/crates\n:npm-url: https://www.npmjs.com\n:npm-package: {npm-url}/package\n:pypi-url: https://pypi.org\n:pypi-project: {pypi-url}/project\n:ci-badge: {shields-url}/github/actions/workflow/status/sorairolake/abcrypt/CI.yaml?branch=develop\u0026style=for-the-badge\u0026logo=github\u0026label=CI\n:ci-url: {project-url}/actions?query=branch%3Adevelop+workflow%3ACI++\n:abcrypt-repo-url: {project-url}/tree/develop/crates/abcrypt\n:abcrypt-badge: {shields-url}/crates/v/abcrypt?style=for-the-badge\u0026logo=rust\n:abcrypt-crates-io: {crates-io-crates}/abcrypt\n:abcrypt-cli-repo-url: {project-url}/tree/develop/crates/cli\n:abcrypt-cli-badge: {shields-url}/crates/v/abcrypt-cli?style=for-the-badge\u0026logo=rust\n:abcrypt-cli-crates-io: {crates-io-crates}/abcrypt-cli\n:abcrypt-capi-repo-url: {project-url}/tree/develop/crates/capi\n:abcrypt-capi-badge: {shields-url}/crates/v/abcrypt-capi?style=for-the-badge\u0026logo=rust\n:abcrypt-capi-crates-io: {crates-io-crates}/abcrypt-capi\n:abcrypt-wasm-repo-url: {project-url}/tree/develop/crates/wasm\n:abcrypt-wasm-badge: {shields-url}/npm/v/%40sorairolake%2Fabcrypt-wasm?style=for-the-badge\u0026logo=npm\n:abcrypt-wasm-npm: {npm-package}/@sorairolake/abcrypt-wasm\n:abcrypt-py-repo-url: {project-url}/tree/develop/crates/python\n:abcrypt-py-badge: {shields-url}/pypi/v/abcrypt-py?style=for-the-badge\u0026logo=pypi\n:abcrypt-py-pypi: {pypi-project}/abcrypt-py/\n:reuse-spec-url: https://reuse.software/spec-3.3/\n\nimage:{ci-badge}[CI,link={ci-url}]\n\n*abcrypt* is a simple, modern and secure file encryption tool, file format and\nRust library.\n\nimage::crates/cli/assets/demo.gif[Demo animation]\n\n== Crates\n\n|===\n|Name |Version |Description\n\n|{abcrypt-repo-url}[`abcrypt`]\n|image:{abcrypt-badge}[Version,link={abcrypt-crates-io}]\n|The abcrypt encrypted data format reference implementation.\n\n|{abcrypt-cli-repo-url}[`abcrypt-cli`]\n|image:{abcrypt-cli-badge}[Version,link={abcrypt-cli-crates-io}]\n|File encryption tool using the abcrypt encrypted data format.\n\n|{abcrypt-capi-repo-url}[`abcrypt-capi`]\n|image:{abcrypt-capi-badge}[Version,link={abcrypt-capi-crates-io}]\n|C API for abcrypt.\n\n|{abcrypt-wasm-repo-url}[`abcrypt-wasm`]\n|image:{abcrypt-wasm-badge}[Version,link={abcrypt-wasm-npm}]\n|Wasm bindings for abcrypt.\n\n|{abcrypt-py-repo-url}[`abcrypt-py`]\n|image:{abcrypt-py-badge}[Version,link={abcrypt-py-pypi}]\n|Python bindings for abcrypt.\n|===\n\n== Format specification\n\nThe format specification is at link:docs/spec/FORMAT.adoc[FORMAT.adoc].\n\n== Source code\n\nThe upstream repository is available at\nhttps://github.com/sorairolake/abcrypt.git.\n\n.The source code is also available at\n* https://gitlab.com/sorairolake/abcrypt.git\n* https://codeberg.org/sorairolake/abcrypt.git\n\n== Contributing\n\nPlease see link:CONTRIBUTING.adoc[].\n\n== Home page\n\nhttps://sorairolake.github.io/abcrypt/\n\n== License\n\nCopyright (C) 2022 Shun Sakai (see link:AUTHORS.adoc[])\n\n. Unless otherwise noted, each file is distributed under the terms of either\n  the _Apache License 2.0_ or the _MIT License_.\n. Each file in the `crates/cli` directory and some other files are distributed\n  under the terms of the _GNU General Public License v3.0 or later_.\n. Some documents are distributed under the terms of the _Creative Commons\n  Attribution 4.0 International Public License_.\n\nThis project is compliant with version 3.3 of the\n{reuse-spec-url}[_REUSE Specification_]. See copyright notices of individual\nfiles for more details on copyright and licensing information.\n","funding_links":[],"categories":["Libraries"],"sub_categories":["Cryptography"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fabcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorairolake%2Fabcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fabcrypt/lists"}