Releases: mschnitzer/hashlib
Releases · mschnitzer/hashlib
1.2.0-RC1
This is the first release candidate of 1.2.0. The final release of 1.2.0 will feature bcrypt support for Windows.
Changelog:
- Added bcrypt support for linux servers
hashlib 1.1.0
This is a stable release of hashlib.
Changelog:
- Add whirlpool hashing support (function: hashlib_whirlpool)
- Add base64 support (functions: hashlib_base64_encode & hashlib_base64_decode)
- Better random bytes generation in hashlib_generate_salt
- Add new parameter to hashlib_generate_salt (random_bytes_len = 2048)
- Use sha224 for the salt
hashlib 1.0.0
First release of hashlib.
Functions:
- hashlib_md5
- hashlib_sha1
- hashlib_sha224
- hashlib_sha256
- hashlib_sha384
- hashlib_sha512
- hashlib_generate_salt