This document discusses DNA cryptography using a one-time pad encryption scheme. It begins with background on DNA and cryptography techniques. It then reviews previous work on DNA cryptography, including using DNA tiles to implement XOR operations for one-time pad encryption. The document presents implementing one-time pad encryption in MATLAB: the plaintext and key are converted to bits, XORed, and the output represented using a DNA base mapping. The cipher text can be decrypted by reversing these steps. The implementation aims to provide secure communication by leveraging DNA's large data storage capabilities and parallel processing.