CXOR/README.md

5 lines
182 B
Markdown

# CXOR
Sample program of encryption using XOR operations on data. Very poor encryption, and easily broken, but was fun to write!!
It can even encrypt files! Try running `./cxor` :)