From 3f1e49d3dd3f619434a7ac8d79ef269b929b00c4 Mon Sep 17 00:00:00 2001 From: KyleBanks Date: Sun, 6 Oct 2013 16:15:01 -0400 Subject: [PATCH] Updated README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d36bb54..cf57a47 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ XOR Encryption ================== -Simple implementation of XOR Encryption/Decrypting in various languages, including C++, Java (Android compatible). +Simple implementation of XOR Encryption/Decrypting in various languages, including: + +- C +- C++ +- Java +- JavaScript +- Objective-C +- Python 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/post/show/Simple-XOR-Encryption-Decryption-in-Cpp). +For an in-depth explanation of the code, check out [KyleWBanks.com](http://kylewbanks.com/post/show/Simple-XOR-Encryption-Decryption-in-Cpp).