From 799f8f9669a0f5c352ceed870941b64bb461cd1b Mon Sep 17 00:00:00 2001 From: jacobeva Date: Thu, 9 Feb 2023 23:02:18 +0000 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md 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` :)