Patchyst / XOR-Encryption-GUI

To demonstrate the power of the XOR logic gate I created a few functions in Python that converts an ASCII string and a shift key(integer), converts them to binary and runs the XOR gate on them to produce a XOR encrypted string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XOR-Encryption-GUI

To demonstrate the power of the XOR logic gate I created a few functions in Python that take an ASCII string and a shift key(integer), converts them to binary and runs the XOR gate on them to produce a XOR encrypted string. This is all done via a neat GUI created using Python's tkinter module. XOR GIF

About

To demonstrate the power of the XOR logic gate I created a few functions in Python that converts an ASCII string and a shift key(integer), converts them to binary and runs the XOR gate on them to produce a XOR encrypted string


Languages

Language:Python 100.0%