An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

proxy.golang.org : github.com/schollz/pwdhash

Package pwdhash is a Go package for securely hashing passwords and for checking plaintext password guesses against a hashed password. This package uses the PBKDF2 key derivation algorithm with HMAC variant in combination with a supplied hash function and cryptographically-secure, randomly-generated salt to achieve secure password hashing. Note that while alternatives, such as bcrypt and scrypt, do exist, PBKDF2 is considered appropriate and secure for password hashing if used correctly (ie: appropriately high cost factor, secure hashing algorithm, unique salt per password).

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/schollz/pwdhash
License: MIT
Latest release: about 8 years ago
First release: about 8 years ago
Namespace: github.com/schollz
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 3 months ago

    Loading...
    Readme
    Loading...