Skip to content

Releases: jvarho/pylibscrypt

Major release 2.0.0

07 Feb 11:00
v2.0.0
Compare
Choose a tag to compare
  • Drops support for python 2.x and 3.3
  • Drops legacy backends

Feature release 1.8.0

09 Mar 12:20
v1.8.0
Compare
Choose a tag to compare
  • Support unicode passwords with scrypt_mcf
  • Last release to support python 3.3 and <2.7.8

Bugfix release 1.7.1

16 Dec 08:38
v1.7.1
Compare
Choose a tag to compare
  • Prevent DepracationWarning from pylibsodium.py

Feature release 1.7.0

16 Nov 15:15
v1.7.0
Compare
Choose a tag to compare
  • Improved error messages
  • Added coveralls testing
  • Improved test coverage using docker
  • Deprecated fallbacks for old python and libsodium versions

Bugfix release 1.6.1

08 May 16:38
v1.6.1
Compare
Choose a tag to compare
  • Fix hashlib.scrypt calls with large values

Feature release 1.6.0

04 Jan 16:24
v1.6.0
Compare
Choose a tag to compare
  • Use hashlib.scrypt on Python 3.6 + OpenSSL 1.1
  • Travis CI integration
  • Improved test coverage
  • Code and build cleanups

Bugfix release 1.5.3

19 Jun 10:43
v1.5.3
Compare
Choose a tag to compare
  • Fix libsodium incompatibility fallback

Bugfix release 1.5.2

22 Dec 10:59
Compare
Choose a tag to compare
  • Fix library loading on OS/X with packaged apps

Bugfix release 1.5.1

15 Sep 05:42
Compare
Choose a tag to compare
  • Compare MCF hashes in constant time

Feature release 1.5.0

07 Sep 11:31
Compare
Choose a tag to compare
  • Handle dependency failures better
  • Improve test coverage
  • Misc. cleanups