XOR Cipher in Python
00:02 - Encryption
01:47 - testing encryption
02:07 - Decryption
03:23 - Decryption Testing
-*- Support on Patreon: / voxelpixel
-*- Source Code: https://github.com/VoxelPixel
xor encryption and decryption using python 3 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