- Melbourne, Victoria, Australia
- https://vatsalyagoel.com
Highlights
- Pro
Block or Report
Block or report vatsalyagoel
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
1
function 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) {
-
-
DevEvents Public
Forked from telstrapurple/DevEvents
List of conferences and events of interest to developers
-
dnscontrol Public
Forked from StackExchange/dnscontrol
Synchronize your DNS to multiple providers from a simple DSL
Go