BREAKING THE
<CAESAR CIPHER>
In this project we implement the Caesar cipher, a simple type of encryption that encrypts each character with another one based on a key value. We are going to implement toolsets for Encryption/Decryption using a custom key value and also demonstrate how a modern computer can crack this ancient code in just a few seconds using a simple Brute Force Attack.
Click the Burger Menu on top right for selecting different tools.