gchq / CyberChef

The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
https://gchq.github.io/CyberChef
Apache License 2.0
29.3k stars 3.28k forks source link

Bug report:Blowfish decryption (ECB) #1895

Open kerszl opened 2 months ago

kerszl commented 2 months ago

Describe the bug Version 9.46 of Cyberchef good decrypted Blowfish (ECB) (ECB doesn't need IV) Version 10.19.2 Cyberchef need IV for decryption (ECB), why need? give default like in version 9.46

To Reproduce Steps to reproduce the behaviour or a link to the recipe / input used to cause the bug:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behaviour Please fix it, like in version 9.46 (add default IV)