This document proposes a hybrid cryptography model to securely transmit information between parties. It aims to achieve confidentiality, authentication, and integrity simultaneously. The proposed model uses a combination of symmetric and asymmetric encryption algorithms. Specifically, it uses Diffie-Hellman key exchange for key agreement, RSA and private key encryption for authentication and confidentiality, SHA-1 for integrity verification, and RC5 symmetric encryption for encrypting the ciphertext and message digest. The model encrypts data using a symmetric key, then encrypts that symmetric key using the receiver's public key for transmission. This allows the receiver to decrypt the symmetric key using their private key and then decrypt the message for authentication and confidentiality.