This document describes a project to add voice encryption to GSM calls using an Arduino. The system works by encrypting an analog voice signal from a microphone using an encryption algorithm on an Arduino. The encrypted signal is transmitted to an Android phone via Bluetooth and then to the receiver. At the receiver, another Arduino decrypts the signal and plays it through speakers. The document outlines the hardware components, encryption method, and challenges faced with transmitting encrypted audio over Bluetooth.