This document summarizes a research article about using cryptography to securely transmit data through encryption. It discusses how cryptography works by encrypting plaintext into ciphertext using encryption keys, and then decrypting the ciphertext back into plaintext. The main types of cryptography discussed are symmetric key encryption, where the same key is used to encrypt and decrypt, and asymmetric key encryption, where a public key is used to encrypt and a private key is used to decrypt. It then proposes a new symmetric key encryption method that uses character ASCII values and binary/hexadecimal conversions to securely encrypt data for transmission.