From e9d9fe7cb3708780cd0410c71d86a660bac89a6b Mon Sep 17 00:00:00 2001 From: Kyle Banks Date: Sat, 5 Oct 2013 18:10:41 -0400 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e03931f..adfc410 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,8 @@ -C++ Xor Encryption +C++ XOR Encryption ================== Simple implementation of XOR Encryption/Decrypting in C++. This implementation goes beyond the basic single-key model to use multiple keys in a particular sequence, making it that much more difficult to brute-force. - -For an indepth explanation of the code, check out [KyleWBanks.com](http://kylewbanks.com/git@github.com:KyleBanks/CppXorEncryption.git). +For an indepth explanation of the code, check out [KyleWBanks.com](http://kylewbanks.com/post/show/Simple-XOR-Encryption-Decryption-in-Cpp).