{"id":17801703,"url":"https://github.com/jfishe/sha256sumpwsh","last_synced_at":"2025-04-02T04:27:08.076Z","repository":{"id":162185999,"uuid":"199949539","full_name":"jfishe/sha256sumpwsh","owner":"jfishe","description":"PowerShell Module to print or check SHA256 (256-bit) checksums, similar to sha256sum","archived":false,"fork":false,"pushed_at":"2019-08-01T01:25:54.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T19:18:51.281Z","etag":null,"topics":["powershell","powershell-module"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/jfishe.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":"2019-08-01T00:48:49.000Z","updated_at":"2019-08-01T01:28:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"77efcef4-3d4f-40b6-b23e-06c7645f2b01","html_url":"https://github.com/jfishe/sha256sumpwsh","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fsha256sumpwsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fsha256sumpwsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fsha256sumpwsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jfishe%2Fsha256sumpwsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jfishe","download_url":"https://codeload.github.com/jfishe/sha256sumpwsh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246754875,"owners_count":20828425,"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":["powershell","powershell-module"],"created_at":"2024-10-27T12:39:18.180Z","updated_at":"2025-04-02T04:27:08.060Z","avatar_url":"https://github.com/jfishe.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sha256sumpwsh\n\nPowerShell Module to print or check SHA256 (256-bit) checksums, similar to sha256sum\n\n## Installation\n\n``` {contenteditable=\"true\" spellcheck=\"false\" caption=\"PowerShell\" .PowerShell}\ngit clone https://github.com/jfishe/sha256sumpwsh.git\nImport-Module .\\sha256sumpwsh\\sha256sum\\sha256sum.psd1\n```\n\n## Usage\n\n### Write-Hash\n\n    NAME\n        Write-Hash\n\n    SYNOPSIS\n        Compute checksum message digest (sha256 by default).\n        Write digest to standard out.\n\n        Provide similar behavior to sha256sum --text FILE\n\n\n    SYNTAX\n        Write-Hash [-Path] \u003cString[]\u003e [[-Algorithm] \u003cString\u003e] [\u003cCommonParameters\u003e]\n\n\n    DESCRIPTION\n        Print checksums in sha256sum digest format.\n\n\n    RELATED LINKS\n        sha256sum\n        Get-FileHash\n        Get-Item\n\n    REMARKS\n        To see the examples, type: \"get-help Write-Hash -examples\".\n        For more information, type: \"get-help Write-Hash -detailed\".\n        For technical information, type: \"get-help Write-Hash -full\".\n        For online help, type: \"get-help Write-Hash -online\"\n\n### Compare-Hash\n\n    NAME\n        Compare-Hash\n\n    SYNOPSIS\n        Verify file integrity by comparing hashes (sha256 by default) to those\n        provided in -Path \u003cFileName\u003e.\n\n        Provide similar behavior to sha256sum --check FILE\n\n\n    SYNTAX\n        Compare-Hash [-Path] \u003cString[]\u003e [[-Algorithm] \u003cString\u003e] [\u003cCommonParameters\u003e]\n\n\n    DESCRIPTION\n        Read hashes and file names from supplied file and compare to calculated\n        hashes. Assume the format matches sha256sum. To process multiple files\n        pipe Get-Item -Path *.sha256 | Compare-Hash.\n\n        -InformationAction [Continue]\n\n            Defaults to Continue. SilentlyContinue is similar to `sha256sum --quiet`\n\n\n    RELATED LINKS\n        sha256sum\n        Get-FileHash\n        Get-Item\n\n    REMARKS\n        To see the examples, type: \"get-help Compare-Hash -examples\".\n        For more information, type: \"get-help Compare-Hash -detailed\".\n        For technical information, type: \"get-help Compare-Hash -full\".\n        For online help, type: \"get-help Compare-Hash -online\"\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfishe%2Fsha256sumpwsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjfishe%2Fsha256sumpwsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjfishe%2Fsha256sumpwsh/lists"}