dcwatson / django-pgcrypto

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

removed Blowfish #31

Closed bielikovv closed 4 months ago

bielikovv commented 2 years ago

I had this error: /usr/local/lib/python3.10/site - packages/pgcrypto/fields.py: 58: CryptographyDeprecationWarning: Blowfish has been deprecated. I had to remove the Blowfish in order for this error to disappear.

ckcollab commented 2 years ago

I think other references to BlowFish should be removed as well?

aleonsan commented 1 year ago

I think other references to BlowFish should be removed as well?

This PR removes other references to BlowFish https://github.com/dcwatson/django-pgcrypto/pull/34

dcwatson commented 4 months ago

I merged #34