History#

v4.0.0#

11 Aug 2023

Deprecations and Removals#

  • Removed blowfish. Use pypi/blowfish instead.

  • Removed itsdangerous compatibilty module. Use itsdangerous 2 instead.

v3.3.0#

11 Aug 2023

Features#

  • Reworked much of the blowfish implementation.

v3.2.1#

10 Aug 2023

Bugfixes#

  • Fixed Cipher encryption behavior on macOS ARM. (#5)

v3.2.0#

09 Aug 2023

Features#

  • Updated blowfish implementation for Python 3

v3.1.1#

08 Aug 2023

Bugfixes#

  • Restored Windows support. (#4)

v3.1.0#

06 Aug 2023

Features#

  • Require Python 3.8 or later.

Bugfixes#

  • Fixed context initialization fix. (#3)

v3.0.1#

14 Mar 2021

Rely on PEP 420 for namespace package.

v3.0.0#

13 Jan 2021

Updated to run against OpenSSL 1.1.

2.1#

23 Jan 2019

Added jaraco.crypto.itsdangerous.compat module, providing the compatibility shim presented in pallets/itsdangerous 120.

2.0#

01 Jan 2019

Switch to pkgutil namespace technique for the jaraco namespace.

1.1.1#

01 Apr 2018

Minor package cleanup. Run tests on appveyor.

1.1#

01 Apr 2018

Refreshed packaging. Tests now run on some non-Windows environments.

Initial Python 3 support.

Blowfish module is deprecated on Python 3. Use blowfish instead.

1.0#

26 May 2013

Initial release