{"id":13636838,"url":"https://github.com/sorairolake/scryptenc-rs","last_synced_at":"2025-07-10T06:09:03.780Z","repository":{"id":61133239,"uuid":"548576296","full_name":"sorairolake/scryptenc-rs","owner":"sorairolake","description":"A file encryption tool and Rust library which implements the scrypt encrypted data format","archived":false,"fork":false,"pushed_at":"2025-07-07T22:03:54.000Z","size":1328,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-07-07T23:56:00.464Z","etag":null,"topics":["cli","command-line","command-line-tool","encryption","rust","rust-lang","rust-library","scrypt","terminal","tool"],"latest_commit_sha":null,"homepage":"https://sorairolake.github.io/scryptenc-rs/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","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":"COPYING","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":"2022-10-09T21:06:14.000Z","updated_at":"2025-07-07T22:03:52.000Z","dependencies_parsed_at":"2023-11-24T17:28:05.584Z","dependency_job_id":"56d43a5c-31bf-4526-b2b4-9cf08b0d6716","html_url":"https://github.com/sorairolake/scryptenc-rs","commit_stats":{"total_commits":292,"total_committers":2,"mean_commits":146.0,"dds":0.1986301369863014,"last_synced_commit":"1c0280c8f6e36129045206e547b425972dce4bfd"},"previous_names":[],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/sorairolake/scryptenc-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fscryptenc-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fscryptenc-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fscryptenc-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fscryptenc-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sorairolake","download_url":"https://codeload.github.com/sorairolake/scryptenc-rs/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sorairolake%2Fscryptenc-rs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264182058,"owners_count":23569526,"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":["cli","command-line","command-line-tool","encryption","rust","rust-lang","rust-library","scrypt","terminal","tool"],"created_at":"2024-08-02T00:01:06.179Z","updated_at":"2025-07-10T06:09:03.776Z","avatar_url":"https://github.com/sorairolake.png","language":"Rust","funding_links":[],"categories":["Libraries"],"sub_categories":["Cryptography"],"readme":"// SPDX-FileCopyrightText: 2024 Shun Sakai\n//\n// SPDX-License-Identifier: CC-BY-4.0\n\n= scryptenc-rs\n:github-url: https://github.com\n:project-url: {github-url}/sorairolake/scryptenc-rs\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:ci-badge: {shields-url}/github/actions/workflow/status/sorairolake/scryptenc-rs/CI.yaml?branch=develop\u0026style=for-the-badge\u0026logo=github\u0026label=CI\n:ci-url: {project-url}/actions?query=branch%3Adevelop+workflow%3ACI++\n:format-spec-url: {github-url}/Tarsnap/scrypt/blob/1.3.3/FORMAT\n:scryptenc-repo-url: {project-url}/tree/develop/crates/scryptenc\n:scryptenc-badge: {shields-url}/crates/v/scryptenc?style=for-the-badge\u0026logo=rust\n:scryptenc-crates-io: {crates-io-crates}/scryptenc\n:scryptenc-cli-repo-url: {project-url}/tree/develop/crates/cli\n:scryptenc-cli-badge: {shields-url}/crates/v/scryptenc-cli?style=for-the-badge\u0026logo=rust\n:scryptenc-cli-crates-io: {crates-io-crates}/scryptenc-cli\n:scryptenc-wasm-repo-url: {project-url}/tree/develop/crates/wasm\n:scryptenc-wasm-badge: {shields-url}/npm/v/%40sorairolake%2Fscryptenc-wasm?style=for-the-badge\u0026logo=npm\n:scryptenc-wasm-npm: {npm-package}/@sorairolake/scryptenc-wasm\n:reuse-spec-url: https://reuse.software/spec-3.3/\n\nimage:{ci-badge}[CI,link={ci-url}]\n\n*scryptenc-rs* is a file encryption tool and Rust library which implements the\n{format-spec-url}[scrypt encrypted data format].\n\nimage::crates/cli/assets/demo.gif[Demo animation]\n\n== Crates\n\n|===\n|Name |Version |Description\n\n|{scryptenc-repo-url}[`scryptenc`]\n|image:{scryptenc-badge}[Version,link={scryptenc-crates-io}]\n|An implementation of the scrypt encrypted data format.\n\n|{scryptenc-cli-repo-url}[`scryptenc-cli`]\n|image:{scryptenc-cli-badge}[Version,link={scryptenc-cli-crates-io}]\n|File encryption tool using the scrypt encrypted data format.\n\n|{scryptenc-wasm-repo-url}[`scryptenc-wasm`]\n|image:{scryptenc-wasm-badge}[Version,link={scryptenc-wasm-npm}]\n|Wasm bindings for scryptenc.\n|===\n\n== Source code\n\nThe upstream repository is available at\nhttps://github.com/sorairolake/scryptenc-rs.git.\n\n== Contributing\n\nPlease see link:CONTRIBUTING.adoc[].\n\n== Home page\n\nhttps://sorairolake.github.io/scryptenc-rs/\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fscryptenc-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsorairolake%2Fscryptenc-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsorairolake%2Fscryptenc-rs/lists"}