openyou/emokit

Decrypter

Closed this issue · 0 comments

line 127 of decrypter.py, on python/emokit

 return AES.new(new_crypto_key(self.serial_number, self.verbose)    <<here's the problem>>          )

An argument 'mode' is requires (as AES.MODE_ECB in line 125, for example). I tried with that one, with the default one... I can't get it to work