This document proposes an encryption technique that uses binary coded decimal (BCD) and bit complementation. The technique encrypts the key first using a two's complement before encrypting the data with the encrypted key. This provides three levels of encryption. The algorithm uses basic binary operations and computation, making it faster than other algorithms. An experimental analysis showed it outperformed similar variants in terms of performance. The document provides background on symmetric key cryptography and reviews related work on other encryption algorithms.