Skip to content

Releases: saurabh0719/pswHash

v1.0.1

27 Jun 02:40
a3a3b88
Compare
Choose a tag to compare

Description :

  • Use const for default values
  • Function SafeView now returns an instance of *DecodedHash
  • Return errors.New instead of panic
  • Updated docs
$ go get github.com/saurabh0719/[email protected]

v1.0.0

02 Jun 20:15
Compare
Choose a tag to compare

Description :

pswHash is a simple Go password hashing module. This module uses the pbkdf2 algorithm along with a sha256 digest. It is a one-way hash.

$ go get github.com/saurabh0719/pswHash