Pyscrypt

Latest version: v1.6.2

Safety actively analyzes 623315 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.6.2

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

1.6.1

This release adds:
- Python 3 Support
- context manager support (i.e. `with statement`)
- filenames may be provided instead of file pointers to ScryptFile

1.5.0

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.

1.4.1

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.

1.3.1

Imports are more sub-package friendly.

1.3.0

Version 1.3.0 released on pypi.

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.