This document describes a system for encrypting and decrypting data using RF modules. It discusses transmitting encrypted data from a laptop to a microcontroller using RF, then decrypting and receiving the original data back at the laptop. It presents two algorithms for encryption/decryption - one using ASCII subtraction/addition, and another using XOR operations on ASCII binary representations. An example demonstrates encrypting and then decrypting the string "hello" to show how the system works. The system aims to improve data security during transmission by encrypting data that can only be viewed after decryption by authorized receivers.