Skip to content

Jhash v1.0.0

Compare
Choose a tag to compare
@amdelamar amdelamar released this 19 May 02:17
· 112 commits to master since this release

The first release of Jhash! πŸŽ‚
This version includes:

β˜‘οΈ PBKDF2 - 64000 iterations as default (SHA1, SHA256, SHA512).
β˜‘οΈ Bcrypt - 13 logrounds as default.
β˜‘οΈ Scrypt - 131072 cpu/mem cost as default.
β˜‘οΈ Hash class with easy create() and verify() methods.
β˜‘οΈ Plenty of unit tests!