Package scrypt provides a convenience wrapper around Go's existing scrypt package that makes it easier to securely derive strong keys from weak inputs.
go get github.com/elithrar/simple-scryptNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Hashes and verifies a password using scrypt.
Use scrypt.DefaultParams as a starting point and increase N, R, P for higher security.
No dependency data recorded yet.