This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from itertools import cycle, izip | |
import base64 | |
import os | |
'''' | |
! ENKEL GEBRUIK VOOR EDUCATIEVE DOELEINDEN ! | |
Author: Emirhan Sarikaya | |
Description: Python programma dat de XOR (Exclusive OR Operator) implement :), | |
Wij encrypten hier een simpele string door het gebruik maken van XOR |