mirror of
https://github.com/KyleBanks/XOREncryption.git
synced 2023-08-10 21:13:15 +03:00
Updated README with links
This commit is contained in:
parent
3f1e49d3dd
commit
158b1abdd4
12
README.md
12
README.md
@ -3,12 +3,12 @@ XOR Encryption
|
|||||||
|
|
||||||
Simple implementation of XOR Encryption/Decrypting in various languages, including:
|
Simple implementation of XOR Encryption/Decrypting in various languages, including:
|
||||||
|
|
||||||
- C
|
- [C](C/main.c)
|
||||||
- C++
|
- [C++](C++/main.cpp)
|
||||||
- Java
|
- [Java](Java\ \(Android\ Compatible\)/XOREncryption.java)
|
||||||
- JavaScript
|
- [JavaScript](JavaScript/XOREncryption.js)
|
||||||
- Objective-C
|
- [Objective-C](Objective-C/main.m)
|
||||||
- Python
|
- [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.
|
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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user