RSA Docs » Primitives » Asymmetric algorithms » RSA https://cryptography.io/en/latest/hazmat/primitives/asymmetric/rsa/#cryptography.hazmat.primitives.asymmetric.rsa.RSAPrivateKey
The Hitchhiker's Guide to Python: Best Practices for Development https://docs.python-guide.org/scenarios/crypto/
pyca/cryptography https://github.com/pyca/cryptography cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.7, Python 3.4+, and PyPy 5.4+.
[readthedocs] Welcome to pyca/cryptography https://cryptography.io
PiPy cryptography is a package which provides cryptographic recipes and primitives to Python developers. https://pypi.org/project/cryptography/
Random number generation https://cryptography.io/en/latest/random-numbers/
secrets — Generate secure random numbers for managing secrets https://docs.python.org/3/library/secrets.html
Python Secrets Module to Generate secure random data for managing secrets https://pynative.com/python-secrets-module/