T0nyX1ang/WHU-ScoreChecker

View on GitHub
scorechecker/util/cryptography.py

Summary

Maintainability
A
0 mins
Test Coverage

The pyCrypto library and its module AES are no longer actively maintained and have been deprecated. Consider using pyca/cryptography library.
Open

from Crypto.Cipher import AES
Severity: Major
Found in scorechecker/util/cryptography.py by bandit

The pyCrypto library and its module get_random_bytes are no longer actively maintained and have been deprecated. Consider using pyca/cryptography library.
Open

from Crypto.Random import get_random_bytes


Severity: Major
Found in scorechecker/util/cryptography.py by bandit

There are no issues that match your filters.

Category
Status