CIPHER_DIARIES
CIPHER_DIARIES copied to clipboard
A collection of Cipher implementations in different languages.
## What does this PR do? Check marked already added ciphers
## What does this PR do? This PR add the Vernam Cipher folder to the repository where contributors can add implementation in different languages. I've added cpp implementation of vernam...
## What does this PR do? Updates README.md as Playfair Cipher in C++, Hill Cipher in C, XOR Cipher in C has been added
## What does this PR do? Added the code for RSA in C language ## Test Plan (Write your test plan here. If you changed any code, please provide us...
## What does this PR do? Added XOR cipher implemented in cpp language. ## Test Plan I added new implementation that not affected other code. I have tested in https://www.onlinegdb.com/online_c++_compiler...