CIPHER_DIARIES
CIPHER_DIARIES copied to clipboard
Implement XOR Cipher in cpp
trafficstars
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 by verify that result was the same as c implementation.
Related PRs and Issues
https://github.com/happycoder0011/CIPHER_DIARIES/issues/105