We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
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.
The text was updated successfully, but these errors were encountered:
Fix gchq#930 by allowing variable key sizes
c689cf7
Bumping this as its still broken on current release and i can see a PR to fix has been written.
Sorry, something went wrong.
Bumping this.
Bumping as well.
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: