From a585e6d8909da3da2eae5d92019e420bdaf1d7b2 Mon Sep 17 00:00:00 2001 From: Kyle Banks Date: Sat, 5 Oct 2013 14:59:02 -0700 Subject: [PATCH] Initial commit --- 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..6016ff2 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +C---Xor-Encryption +================== + +Simple implementation of XOR Encryption/Decrypting in C++