Skip to content

Releases: mschnitzer/hashlib

1.2.0-RC1

18 Jan 16:47
Compare
Choose a tag to compare
1.2.0-RC1 Pre-release
Pre-release

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

24 Jul 09:42
Compare
Choose a tag to compare

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

22 Jul 00:19
Compare
Choose a tag to compare

First release of hashlib.

Functions:

  • hashlib_md5
  • hashlib_sha1
  • hashlib_sha224
  • hashlib_sha256
  • hashlib_sha384
  • hashlib_sha512
  • hashlib_generate_salt