{"id":24532846,"url":"https://github.com/the-viper-one/convertto-nt","last_synced_at":"2026-05-22T05:04:28.092Z","repository":{"id":248223917,"uuid":"828119728","full_name":"The-Viper-One/ConvertTo-NT","owner":"The-Viper-One","description":"Uses PowerShell to convert a given string to its NT hash equivalent.","archived":false,"fork":false,"pushed_at":"2024-07-13T13:29:58.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-22T10:18:30.203Z","etag":null,"topics":["ntlm","powershell","security","windows"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/The-Viper-One.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-07-13T07:12:47.000Z","updated_at":"2024-07-13T13:30:01.000Z","dependencies_parsed_at":"2024-07-13T08:28:49.400Z","dependency_job_id":"f4583fa8-6f07-4d76-b3df-c1cbd3fd9059","html_url":"https://github.com/The-Viper-One/ConvertTo-NT","commit_stats":null,"previous_names":["the-viper-one/convertto-nt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FConvertTo-NT","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FConvertTo-NT/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FConvertTo-NT/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/The-Viper-One%2FConvertTo-NT/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/The-Viper-One","download_url":"https://codeload.github.com/The-Viper-One/ConvertTo-NT/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790977,"owners_count":20348389,"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":["ntlm","powershell","security","windows"],"created_at":"2025-01-22T10:18:33.617Z","updated_at":"2026-05-22T05:04:27.970Z","avatar_url":"https://github.com/The-Viper-One.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ConvertTo-NT\n\n`ConvertTo-NT` is a PowerShell function that converts a given string into its NT hash equivalent using the NTLM hashing algorithm. This can be particularly useful in security-related tasks where you need to generate or verify NT hashes for passwords.\n\n## Usage\n\nLoad `ConvertTo-NT` in memory\n\n```powershell\nIEX(New-Object System.Net.WebClient).DownloadString(\"https://raw.githubusercontent.com/The-Viper-One/ConvertTo-NT/main/ConvertTo-NT.ps1\")\n```\nConvert a string to an NT hash\n```powershell\n# Example 1\nConvertTo-NT -string \"Password123\"\n\n# Example 2\n\"Password123\" | ConvertTo-NT\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-viper-one%2Fconvertto-nt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-viper-one%2Fconvertto-nt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-viper-one%2Fconvertto-nt/lists"}