securisec / chepy

Chepy is a python lib/cli equivalent of the awesome CyberChef tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IV incorrectly decided from key in encryptionencoding.py

egg82 opened this issue · comments

Lines 87 and 89:
iv = key.decode()...

Fixed and part of 7.0 release