{"id":32578384,"url":"https://github.com/thordreier/shacrypt","last_synced_at":"2026-07-01T18:32:02.899Z","repository":{"id":186951169,"uuid":"674188085","full_name":"thordreier/ShaCrypt","owner":"thordreier","description":"PowerShell module: Create SHA password hash for use in Linux /etc/shadow file","archived":false,"fork":false,"pushed_at":"2024-04-05T11:54:47.000Z","size":273,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T14:57:33.115Z","etag":null,"topics":["mkpasswd","passwd","password","passwordhash","passwordhasher","passwordhashing","powershell","powershell-module","sha256-crypt","sha512-crypt","shadow"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/ShaCrypt/","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/thordreier.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-03T10:43:55.000Z","updated_at":"2023-11-06T11:24:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"a12f5de6-e73a-4b23-801d-f04a0569735d","html_url":"https://github.com/thordreier/ShaCrypt","commit_stats":null,"previous_names":["thordreier/shacrypt"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thordreier/ShaCrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FShaCrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FShaCrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FShaCrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FShaCrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thordreier","download_url":"https://codeload.github.com/thordreier/ShaCrypt/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thordreier%2FShaCrypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35019031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["mkpasswd","passwd","password","passwordhash","passwordhasher","passwordhashing","powershell","powershell-module","sha256-crypt","sha512-crypt","shadow"],"created_at":"2025-10-29T14:56:32.515Z","updated_at":"2026-07-01T18:32:02.869Z","avatar_url":"https://github.com/thordreier.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShaCrypt\n\nPowerShell module: Create SHA password hash for use in Linux /etc/shadow file\n\n## Usage\n\n### Examples\n\n```powershell\n$hash = New-ShaPassword -Password Password1       # Hash can be used in /etc/shadow file on Linux\n\nTest-ShaPassword -Password Password1 -Hash $hash  # Returns $true\nTest-ShaPassword -Password Password2 -Hash $hash  # Returns $false\n\n# Use SHA-256 instead of SHA-512, custom SALT and custom ROUNDS\n$hash = New-ShaPassword -Password Password1 -Sha256 -Salt between8n16chars -Rounds 2000\n\n```\n\nExamples are also found in [EXAMPLES.ps1](EXAMPLES.ps1).\n\n### Functions\n\nSee [FUNCTIONS.md](FUNCTIONS.md) for documentation of functions in this module.\n\n## Install\n\n### Install module from PowerShell Gallery\n\n```powershell\nInstall-Module ShaCrypt\n```\n\n### Install module from source\n\n```powershell\ngit clone https://github.com/thordreier/ShaCrypt.git\ncd ShaCrypt\ngit pull\n.\\Build.ps1 -InstallModule\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthordreier%2Fshacrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthordreier%2Fshacrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthordreier%2Fshacrypt/lists"}