login-securite / DonPAPI

Dumping DPAPI credz remotely
GNU General Public License v3.0
930 stars 110 forks source link

Split database reporting #62

Closed Zeecka closed 1 year ago

Zeecka commented 1 year ago

In order to fullfill #55 , I had to split database.py and reporting part with a new file: reporting.py. I also applied Flake8/PyLint linting on reporting.py to start having a more maintainable code. Once merged, I'll start working on #55 and also Linting on the whole project. Some part of the code had inconsistency with identation (using both space and tabs) such as entry.py

zblurx commented 1 year ago

It's all good, thank you !