AlessandroZ / LaZagne

Credentials recovery project
GNU Lesser General Public License v3.0
9.52k stars 2.04k forks source link

Fixed bug in adding CREDHIST file. #597

Closed MyLoginOnGitHub closed 2 years ago

MyLoginOnGitHub commented 2 years ago

Previously code has just silently failed because of lines 292-293. It expected self.raw to be a binary data in Eater.read() method, but python3 decoded it to a string by default.

AlessandroZ commented 2 years ago

Cool, thank you for the fix :)