Go to file
jacobeva 799f8f9669
Create README.md
2023-02-09 23:02:18 +00:00
.vscode Fixed compilation error with boost 2021-04-25 11:33:15 +01:00
README.md Create README.md 2023-02-09 23:02:18 +00:00
cxor New build 2021-04-27 21:26:22 +01:00
cxor.cpp Completed basic functionality 2021-04-27 21:26:15 +01:00

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 :)