dcwatson / django-pgcrypto

Python and Django utilities for encrypted fields using pgcrypto.
BSD 2-Clause "Simplified" License
67 stars 22 forks source link

Blowfish has been deprecated. #32

Closed uniuuu closed 4 months ago

uniuuu commented 2 years ago

In log:

return {"aes": algorithms.AES, "bf": algorithms.Blowfish}[self.cipher_name]
app_1    | /usr/local/lib/python3.10/site-packages/pgcrypto/fields.py:58: CryptographyDeprecationWarning: Blowfish has been deprecated