XOR Cipher in C++
00:02 - Encryption
02:27 - testing encryption
02:38 - Decryption
04:56 - Decryption Testing
-*- Support on Patreon: / voxelpixel
-*- Source Code: https://github.com/VoxelPixel
xor encryption and decryption using c plus plus programming language
xor cipher is a simple cipher, in which each individual letter of message is XOR-ed with key, to get encrypted text.
In this video we get cipher text in hexadecimal