The Program will first Create Keys for both Method
- Symmetric Keys
- Private Keys
- Public Keys
Using RSA and Fernet.
The Program will first Encrypt the Message using Symmetric Key. After then, it will Encrypt the Symmetric Key using Public Key as Asymmetric Method.
To Decrypt the Message Sucessfully, It will use Private key to first Decrypt the Symmetric key. After Decryption, it will use Symmetric Decryption to decrypt the Message.