This document summarizes a research paper that proposes a hybrid encryption system using both the AES and RSA algorithms. The system first encrypts a data file with AES, using a randomly generated key. It then encrypts the AES key with RSA using the receiver's public key. These two encrypted files are combined and sent to the receiver. The receiver separates the files and decrypts the AES key with their private RSA key. Then the original data file is decrypted with AES using the retrieved key. The paper analyzes the encryption methods, provides an overview of how the system works, and evaluates its performance compared to using just AES or RSA alone. It finds that the combined system has faster encryption times than just using RSA.