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

Minimum key size in Blowfish doesn't match the specification #203

Closed
cspiegel opened this issue Sep 7, 2018 · 2 comments
Closed

Minimum key size in Blowfish doesn't match the specification #203

cspiegel opened this issue Sep 7, 2018 · 2 comments

Comments

@cspiegel
Copy link

cspiegel commented Sep 7, 2018

According to https://www.schneier.com/academic/blowfish/, the Blowfish key size ranges from 32 to 448 bits. However, the minimum key size accepted by PyCryptodome is 40 bits.

@Legrandin
Copy link
Owner

Fixed in master ith 9391223.

@Legrandin
Copy link
Owner

Released in v3.8.1

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

No branches or pull requests

2 participants