django-pgcrypto icon indicating copy to clipboard operation
django-pgcrypto copied to clipboard

Blowfish has been deprecated.

Open uniuuu opened this issue 2 years ago • 0 comments

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

uniuuu avatar Jun 12 '22 18:06 uniuuu