## FILES rsa-aes-client.py: The client that creates an encrypted message using RSA and AES and sends it to the server aes.py: A class that implements AES encrption using python libraries. rsa.py: A class that implements RSA encrption using python libraries. serverPublicKey: The public key of the server. ============================================= ## HOW TO RUN python rsa-aes-client.py -ip 64.106.46.56 -p 10099 --message "This is an example" =============================================