RSA File Transmission Algorithm can be summarized as
follows:
1. Generate the asymmetric keys with required digits.
2. Save and load the key, the key is saved as plain text.
3. Use specified key to encrypt any file with RSA
algorithm.
4. Encrypted files can be loaded and decrypted with the
specified key to restore the original file.