openyou / emokit

Open source driver for accessing raw data from the Emotiv EPOC EEG headset
http://www.openyou.org
Other
521 stars 235 forks source link

Decrypter #271

Closed ivankras closed 6 years ago

ivankras commented 7 years ago

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