{"id":35104059,"url":"https://github.com/codezombiech/multisum","last_synced_at":"2026-05-21T03:32:50.150Z","repository":{"id":285085217,"uuid":"957019578","full_name":"CodeZombieCH/multisum","owner":"CodeZombieCH","description":"A small utility that creates multiple checksum file in a single read operation","archived":false,"fork":false,"pushed_at":"2025-03-29T11:34:33.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-03T08:44:41.604Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/CodeZombieCH.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":"2025-03-29T11:08:17.000Z","updated_at":"2025-03-29T11:34:36.000Z","dependencies_parsed_at":"2025-03-29T12:37:36.555Z","dependency_job_id":null,"html_url":"https://github.com/CodeZombieCH/multisum","commit_stats":null,"previous_names":["codezombiech/multisum"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeZombieCH/multisum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeZombieCH%2Fmultisum","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeZombieCH%2Fmultisum/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeZombieCH%2Fmultisum/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeZombieCH%2Fmultisum/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeZombieCH","download_url":"https://codeload.github.com/CodeZombieCH/multisum/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeZombieCH%2Fmultisum/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33287462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T02:57:32.698Z","status":"ssl_error","status_checked_at":"2026-05-21T02:57:31.990Z","response_time":62,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-27T17:42:15.700Z","updated_at":"2026-05-21T03:32:50.145Z","avatar_url":"https://github.com/CodeZombieCH.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# multisum\n\n`multisum` is a small utility that creates multiple checksum files in a single read operation.\n\nThe calculated checksum files have the same format as the output generated by the GNU Coreutils `md5sum`, `sha256sum`, `sha512sum` and alike (to be precise, the [Untagged output format](https://www.gnu.org/software/coreutils/manual/html_node/cksum-output-modes.html)). To validate files with the created checksum files, these utils should be used (e.g. `sha256sum --check SHA256SUMS`).\n\n\n## Usage\n\n    multisum \u003chash-options\u003e \u003cchecksum-mode\u003e --target \u003ctarget-dir\u003e \u003csource-dir\u003e\n\nwhere:\n\n- `\u003chash-options\u003e` is at least one of the supported hashes to calculate checksums for\n    - `--md5`\n    - `--sha1`\n    - `--sha256`\n    - `--sha512`\n- `\u003cchecksum-mode\u003e` is one of the checksum output modes\n    - `--binary` print checksums in binary mode (*), default\n    - `--text` print checksums in text mode ( )\n- `\u003ctarget-dir\u003e` is the target directory to write the checksum files (e.g. SHA256SUMS file)\n- `\u003csource-dir\u003e` is the source directory to create the checksum files for\n\n### Example\n\n    multisum --sha256 --sha512 --target ./checksums/photos ~/photos\n\nThis will create a `SHA256SUMS` and `SHA512SUMS` file in the `./checksums/photos` directory for all the files in the `~/photos` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodezombiech%2Fmultisum","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodezombiech%2Fmultisum","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodezombiech%2Fmultisum/lists"}