CXOR/README.md

5 lines
182 B
Markdown
Raw Normal View History

2023-02-10 00:02:18 +01:00
# 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` :)