This document discusses computer network security and cryptography. It begins with an introduction to the increasing importance of network security as ordinary users conduct banking and other sensitive activities online. It then describes the key aspects of network security - secrecy, authentication, nonrepudiation, and integrity control. The document goes on to present the design of a system to demonstrate encryption and decryption processes for securing data exchange between computers connected over an RF network. It describes the hardware and software components, including the encryption algorithm which performs XOR operations on data bytes with a table of ASCII encoded bytes. Test results are shown indicating the encrypted bytes output for various plain text bytes. The system is concluded to enable flexible encryption of data transmission with a high degree of security.