CIPHER_DIARIES icon indicating copy to clipboard operation
CIPHER_DIARIES copied to clipboard

Implement XOR Cipher in cpp

Open nedondev opened this issue 3 years ago • 0 comments
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

nedondev avatar Oct 03 '22 19:10 nedondev