bgamez23 / XOREncryption

Simple implementation of XOR Encryption/Decrypting in various languages

Home Page:http://kylewbanks.com/post/show/Simple-XOR-Encryption-Decryption-in-Cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XOR Encryption

Simple implementation of XOR Encryption/Decrypting in various languages, including:

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.

In these examples, I'm encrypting the same string with the same keys in order to keep consistency with the output, and to demonstrate that an encrypted string from a C program can be decrypted in a Java application, or any combination, so long as the keys remain the same.

For an in-depth explanation of the code, check out KyleWBanks.com.

About

Simple implementation of XOR Encryption/Decrypting in various languages

http://kylewbanks.com/post/show/Simple-XOR-Encryption-Decryption-in-Cpp

License:MIT License


Languages

Language:Visual Basic 17.8%Language:Objective-C 14.0%Language:C++ 9.4%Language:Java 8.7%Language:C# 8.4%Language:C 7.9%Language:Python 7.6%Language:Dart 7.2%Language:JavaScript 6.6%Language:Groovy 6.5%Language:F# 5.8%