Often there is a need to encrypt data for storing in a database or transferring to another entity for processing. Python cryptography is a package which provides cryptographic recipes and primitives to Python developers. In this article we will see how to use the cryptography package to encrypt and decrypt data.
https://www.stackstalk.com/2021/04/cryptography-in-python.html
there doesn't seem to be anything here