799f8f9669 | ||
---|---|---|
.vscode | ||
README.md | ||
cxor | ||
cxor.cpp |
README.md
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
:)