Skip to content

Releases: ricmoo/pyscrypt

PYPI version 1.6.2

03 Feb 21:45
Compare
Choose a tag to compare

Added PYPI categories to setup.py for Python 2 and Python 3.

PYPI version 1.6.1

27 Jan 20:59
Compare
Choose a tag to compare

This release adds:

  • Python 3 Support
  • context manager support (i.e. with statement)
  • filenames may be provided instead of file pointers to ScryptFile

PYPI version 1.5.0

19 Jun 21:34
Compare
Choose a tag to compare

Optimized the scrypt hash algorithm to process arrays of integers instead of characters.
All (both) util functions have been inlined into the hash and pbkdf2 functions.

PYPI version 1.4.1

02 Jun 06:15
Compare
Choose a tag to compare

Optimized the AES-CTR mode of operation for the scrypt file format.

Note: AES-CTR no longer defines the Counter object (initial_value = 0 is assumed). If you need AES-CTR with a custom Counter, consider my AES library on GitHub, pyaes.

PYPI version 1.3.1

30 May 20:51
Compare
Choose a tag to compare

Imports are more sub-package friendly.

PYPI version 1.3.0

07 May 21:07
Compare
Choose a tag to compare

Version 1.3.0 released on pypi.

Removed slowaes, now uses custom AES functions based on the public domain rijndael implementation.

PYPI version 1.2.1

07 May 08:09
Compare
Choose a tag to compare

Version 1.2.1 released on pypi.

PYPI version 1.2.0

07 May 07:25
Compare
Choose a tag to compare

Version 1.2.0 released on pypi.

Added support for the scrypt file format.

PYPI version 1.1.1

05 May 03:35
Compare
Choose a tag to compare

Version 1.1.1 released on pypi.

PYPI version 1.1

02 May 02:24
Compare
Choose a tag to compare

Version 1.1 available on pypi.