This document discusses using a combination of symmetric and asymmetric encryption algorithms to securely transmit data over a network. Specifically, it proposes a system where data packets are first encrypted with the symmetric AES algorithm. The AES secret key is then encrypted with the public key of the asymmetric RSA algorithm. At the receiving end, the private RSA key and a one-time password are used to decrypt the AES key and allow decryption of the data packets. This approach leverages the strengths of both AES for fast encryption and RSA for strong authentication to provide secure data transmission.