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
4 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
telstrapurple/DevEvents
Loading
Contribution activity
March 2025
vatsalyagoel has no activity
yet for this period.