Pinned Loading
-
-
Powershell code to check if your pas...
Powershell code to check if your password has been in a breach using Troy Hunt's Pwned Passwords. It only sends the first 5 characters of the SHA1 hash in the API request thus you don't have to worry about exposing a password you are currently using over the network 1function Sha1Hash($textToHash) {
2$hasher = New-Object System.Security.Cryptography.SHA1CryptoServiceProvider
3$toHash = [System.Text.Encoding]::UTF8.GetBytes($textToHash)
4$hashByteArray = $hasher.ComputeHash($toHash)
5foreach ($byte in $hashByteArray) {
-
ddd-backend
ddd-backend PublicForked from dddwa/ddd-backend
Backend services for DDD conferences.
C#
-
DevEvents
DevEvents PublicForked from telstrapurple/DevEvents
List of conferences and events of interest to developers
-
dnscontrol
dnscontrol PublicForked from StackExchange/dnscontrol
Synchronize your DNS to multiple providers from a simple DSL
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.