diff --git a/README.md b/README.md new file mode 100644 index 0000000..11f208b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# 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` :)