Updated README with links

This commit is contained in:
KyleBanks 2013-10-06 16:18:01 -04:00
parent 3f1e49d3dd
commit 158b1abdd4

View File

@ -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.