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.