Created an application to encrypt a file (i.e., images, videos, zip files etc) by 3 methods which starts with base64 encoding (which convert everything to plaintext), then Caesar cipher then add final RSA method. Reverse the process to decrypt the encrypted file.