From 158b1abdd4ad6b36274b244a453ee9294beabcf4 Mon Sep 17 00:00:00 2001 From: KyleBanks Date: Sun, 6 Oct 2013 16:18:01 -0400 Subject: [PATCH] Updated README with links --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cf57a47..1349ed8 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ XOR Encryption Simple implementation of XOR Encryption/Decrypting in various languages, including: -- C -- C++ -- Java -- JavaScript -- Objective-C -- Python +- [C](C/main.c) +- [C++](C++/main.cpp) +- [Java](Java\ \(Android\ Compatible\)/XOREncryption.java) +- [JavaScript](JavaScript/XOREncryption.js) +- [Objective-C](Objective-C/main.m) +- [Python](Python/XOREncryption.py) 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.