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

Bug report: Blowfish does not support variable key sizes #930

Closed
rgov opened this issue Jan 1, 2020 · 3 comments · Fixed by #933
Closed

Bug report: Blowfish does not support variable key sizes #930

rgov opened this issue Jan 1, 2020 · 3 comments · Fixed by #933
Labels

Comments

@rgov
Copy link

rgov commented Jan 1, 2020

Describe the bug
When I try to set a Blowfish key to a 15-byte string, I get: Blowfish uses a key length of 8 bytes (64 bits).

To Reproduce
Add a Blowfish node with a key that is not 8 bytes long.

Expected behaviour
It should work if the key is between 4 and 56 bytes long, according to Wikipedia.

@rgov rgov added the bug label Jan 1, 2020
cbeuw added a commit to cbeuw/CyberChef that referenced this issue Jan 9, 2020
@kevthehermit
Copy link

Bumping this as its still broken on current release and i can see a PR to fix has been written.

@komen205
Copy link

Bumping this.

@dru1d-foofus
Copy link

Bumping as well.

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

Successfully merging a pull request may close this issue.

4 participants