Description
Cryptographic recipes and primitives can be used by legacy Python 2 applications through the cryptography package. It supports operations such as certificates, hashes, symmetric encryption, and key handling for older stacks.
Python 2 is end-of-life, so security-sensitive systems should migrate. If legacy use is unavoidable, protect keys carefully and keep inputs, algorithms, and dependencies reviewed.