B5_Cipher is a C++ program for encryption and decryption with some algorithms
-
Updated
Aug 9, 2021 - C++
B5_Cipher is a C++ program for encryption and decryption with some algorithms
A few simple C++ cipher and encryption implementations
The Atbash Cipher is a simple substitution cipher that replaces each letter of the alphabet with its reverse (e.g., A becomes Z, B becomes Y, etc.). This project implements the Atbash Cipher in C++.
Add a description, image, and links to the atbash-cipher topic page so that developers can more easily learn about it.
To associate your repository with the atbash-cipher topic, visit your repo's landing page and select "manage topics."