You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "SecureSnaps/aescrypt.py" and "SecureSnaps/bfcrypt.py", I have identified security vulnerabilities about insecure cryptographic algorithm. Blowfish-ECB mode encryption is not semantically secure, which means it might cause information leakage. And Blowfish encryption is vulnerable to Sweet32 attack. AES-CBC with hardcode IV is insecure too.
Description:
In the "SecureSnaps/aescrypt.py" and "SecureSnaps/bfcrypt.py", I have identified security vulnerabilities about insecure cryptographic algorithm. Blowfish-ECB mode encryption is not semantically secure, which means it might cause information leakage. And Blowfish encryption is vulnerable to Sweet32 attack. AES-CBC with hardcode IV is insecure too.
Location:
https://github.com/NITDgpOS/SecureSnaps/blob/master/aescrypt.py#L31
https://github.com/NITDgpOS/SecureSnaps/blob/master/bfcrypt.py#L32
Reference
Recommendate
The text was updated successfully, but these errors were encountered: