Closed
Description
As the maintainer of PyCryptodome, I have reservations on the library being blacklisted (B414).
Can you help me understand why you think it "has not fully addressed the issues inherent in PyCrypto"?
It shares none of the bugs, and it broke API compatibility with it by dropping the most dangerous ones (such as having ECB as the default cipher mode).
You can certainly shoot yourself in the foot with the low-level primitives, but the same can be achieved with cryptography
(which is a great project, no doubts about it).