An ASP.NET Core Identity password hasher implemented in go.
go build -ldflags="-w -s" -o hasher.exe main.go
set GOOS=linux
set GOARCH=arm
set CGO_ENABLED=0
go build -ldflags="-w -s" -o hasher_arm.exe main.go
hasher.exe your-password
An ASP.NET Core Identity password hasher implemented in go.
go build -ldflags="-w -s" -o hasher.exe main.go
set GOOS=linux
set GOARCH=arm
set CGO_ENABLED=0
go build -ldflags="-w -s" -o hasher_arm.exe main.go
hasher.exe your-password