Symmetric and asymmetric encryption with python
Python example of using symmetric encryption to encrypt a txt file and then using RSA asymmetric encryption to generate a public and private key to encrypt the key generated during the symmetric encryption process. Then being able to decrypt the RSA public key with the private key.