MD5 for Password Hashing
Using Crypto.Hash.MD5 for password storage or verification instead of modern password hashing functions.
Cryptographic weakness: Attackers can forge collisions, undermining signatures, integrity checks, and file or token verification.
Using Crypto.Hash.MD5 for password storage or verification instead of modern password hashing functions.
Sourcery automatically identifies cryptographic weakness from md5 hash usage in pycryptodome and many other security issues in your codebase.