bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 147 forks source link

Prefer Cryptodome which is better maintained #205

Open libnoon opened 3 years ago

libnoon commented 3 years ago

Prefer Cryptodome over Pycryptopp or Pycrypto. Cryptodome is more actively maintained at the moment.

Use the specific "cryptodomex" interface of Cryptodome instead of the Pycrypto-compatible "cryptodome" interface, to avoid clashes with Pycrypto itself; in particular, for system-wide installation (such as Debian), it allows peaceful coexistence of both and smooth transition from Pycrypto to Cryptodome.