News

A program that implements a simple Caesar cipher. Contribute to al-dorf/Caesar_Cipher development by creating an account on GitHub.
The encryption technique adopts a combination of Caesar Cipher and XOR encryptions, and programmed using C++. Subsequently, few possible cases have been tested to verify the strength of the security ...