hubblestack / hubble

Hubble is a modular, open-source security compliance framework. The project provides on-demand profile-based auditing, real-time security event notifications, alerting, and reporting.
Apache License 2.0
380 stars 87 forks source link

Remove PyCrypto dependencies #1145

Closed vladmonea closed 1 year ago

vladmonea commented 2 years ago

PyCrypto is out-dated and unmaintained, so we're removing it from the code.

This PR also takes care of some code style and linter issues. Furthermore, some refactoring is made to make functions and variables more palatable.