bcrypt-tool
bcrypt-tool copied to clipboard
A CLI tool for bcrypt - hash a password, determine if password matches a hash, compute cost of hash
I wonder why Go's bcrypt is 1.5 times slower than Perl's one? Look (I don't use shell's `time` for perl to exclude perl's startup time, which is much larger than...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.21.0. Commits 7067223 go.mod: update golang.org/x dependencies 0d2316b ssh/test: work around for TestCiphers failures on macOS 0aab8d0 all: update go.mod x/net dependency 5bead59 ocsp: don't...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.18.0 to 0.22.0. Commits d042a39 go.mod: update golang.org/x dependencies b92bf94 ssh: respect MaxAuthTries also for "none" auth attempts 6f79b5a ssh: add server side multi-step authentication 8d0d405 x/crypto/chacha20:...