{"id":17760781,"url":"https://github.com/kulichkoff/hasha","last_synced_at":"2025-07-08T08:35:05.594Z","repository":{"id":259522520,"uuid":"878098824","full_name":"kulichkoff/hasha","owner":"kulichkoff","description":"simple command-line tool for generating hashes from input file or string","archived":false,"fork":false,"pushed_at":"2024-10-29T14:48:23.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T13:17:34.922Z","etag":null,"topics":["go","golang","hash","sha","sha256"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kulichkoff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-10-24T19:23:58.000Z","updated_at":"2024-10-29T14:48:27.000Z","dependencies_parsed_at":"2024-10-26T06:59:05.264Z","dependency_job_id":null,"html_url":"https://github.com/kulichkoff/hasha","commit_stats":null,"previous_names":["kulichkoff/hasha"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/kulichkoff/hasha","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulichkoff%2Fhasha","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulichkoff%2Fhasha/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulichkoff%2Fhasha/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulichkoff%2Fhasha/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kulichkoff","download_url":"https://codeload.github.com/kulichkoff/hasha/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kulichkoff%2Fhasha/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264232208,"owners_count":23576798,"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":["go","golang","hash","sha","sha256"],"created_at":"2024-10-26T19:13:12.632Z","updated_at":"2025-07-08T08:35:05.570Z","avatar_url":"https://github.com/kulichkoff.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hasha\n\n`hasha` is a simple command-line tool for generating hashes from input\ndata. This tool is useful for verifying data integrity and creating\nsecure checksums.\n\n## Table of Contents\n\n- [hasha](#hasha)\n  - [Table of Contents](#table-of-contents)\n  - [Installation](#installation)\n  - [Usage](#usage)\n  - [Contribute](#contribute)\n\n## Installation\n\nTo install `hasha`, you can check \"releases\" page. Here you should download\na version for your platform.\n\n## Usage\n\nYou can generate hash using different algorithms. Now the tool supports\nSHA256 and MD5. SHA256 algorithm is used by dafault.\n\nTo calculate hash for the string just run:\n\n```sh\nhasha \"some string\"\n```\n\nor\n\n```sh\nhasha -a md5 \"some string\"\n```\n\nALso, you can calculate hash for the file! You can specify hash algorithm\nif necessary.\n\n```sh\nhasha path/to/file\n```\n\nOr use unix pipes:\n\n```sh\ncat file | hasha -a sha256\ncat file | hasha\ncat file | hasha -a md5\n```\n\nYou can also use `hasha` output to save in a file:\n\n```sh\nhasha path/to/file \u003e chksum_sha256\nhasha -a md5 path/to/file \u003e chksum_md5\n```\n\n## Contribute\n\nUnfortunately, `hasha` is not ready for community contribution now.\nYou can make a feature request or bug report on \"Issues\" page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkulichkoff%2Fhasha","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkulichkoff%2Fhasha","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkulichkoff%2Fhasha/lists"}