Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blowfish has been deprecated #45

Open
scrwho opened this issue Aug 5, 2024 · 2 comments
Open

Blowfish has been deprecated #45

scrwho opened this issue Aug 5, 2024 · 2 comments

Comments

@scrwho
Copy link

scrwho commented Aug 5, 2024

Getting CryptographyDeprecationWarning whenever I import the library

CryptographyDeprecationWarning: Blowfish has been deprecated and will be removed in a future release
"class": algorithms.Blowfish,

None of the example code is working due to the Warning

@ColCarroll
Copy link
Owner

Thanks for bringing this up -- I'll look around for a fix in a bit if no one sends a PR. Seems like it will mean upgrading some libraries -- I'm certainly not using any cryptography!

@thomaslrg
Copy link

Hi @scrwho! Could please provide your Python version (python --version) and your installed packages (pip freeze)? I haven't been able to reproduce the error on python3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants