{"id":24472598,"url":"https://github.com/nellogan/hasher","last_synced_at":"2025-06-27T03:02:34.561Z","repository":{"id":207477267,"uuid":"488962937","full_name":"nellogan/hasher","owner":"nellogan","description":"Hash files at the command line with MD5, SHA1, or SHA2.","archived":false,"fork":false,"pushed_at":"2022-05-05T12:37:12.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T08:12:56.415Z","etag":null,"topics":["hash","md5","sha1","sha2","sha384","sha512","sha512-224","sha512-256","sha512-t"],"latest_commit_sha":null,"homepage":"","language":"Python","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/nellogan.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}},"created_at":"2022-05-05T12:27:08.000Z","updated_at":"2024-06-12T00:45:56.000Z","dependencies_parsed_at":"2023-11-16T02:26:07.037Z","dependency_job_id":"a4b6a822-a36a-46e5-9b6d-440601e09ed3","html_url":"https://github.com/nellogan/hasher","commit_stats":null,"previous_names":["nellogan/hasher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nellogan%2Fhasher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nellogan%2Fhasher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nellogan%2Fhasher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nellogan%2Fhasher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nellogan","download_url":"https://codeload.github.com/nellogan/hasher/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243591868,"owners_count":20315923,"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":["hash","md5","sha1","sha2","sha384","sha512","sha512-224","sha512-256","sha512-t"],"created_at":"2025-01-21T08:12:59.450Z","updated_at":"2025-03-14T14:26:39.587Z","avatar_url":"https://github.com/nellogan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\nPython implementation of MD5, SHA1, and all SHA2 algorithms (including SHA512/t). SHA3 may be added at a later date. \nThis package differs from hashlib in that SHA512/t is available and the user can also hash files by passing the file path directly. Includes a command line interface and unit tests.\n\n\n### Command line example:\n`python -m hasher SHA512/256 \"\\..\\file_path\" False`\n\nSHA512/256 is SHA512/t with t set to 256 bits. True/False designates whether \"\\..\\filepath\" is a file or a string.\nReturns a hexadecimal string.\n\n\n### Library example:\n`import hasher`\n\n`print(hasher.sha512_t(\"test string\",string=True,t=256).hexdigest()))`\n\n`print(hasher.sha384(\"test string\",string=True).hexdigest()))`\n\n\n### Test example:\nchange directory to \\\\..\\hasher\n\n`python tests.py`\n\n\n\nFor SHA512/t, t is generally set to 256 or 224 bits. User may set t\nto 1 \u003c= value \u003c= 512 (NIST FIPS 180-4 specifies to not set t to 384 bits).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnellogan%2Fhasher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnellogan%2Fhasher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnellogan%2Fhasher/lists"}