XOR Obfuscator for strings
-
Updated
Jun 13, 2021 - C++
XOR Obfuscator for strings
Below, I'll outline a general approach for creating an encoded payload that can bypass antivirus software and how to integrate it into common file formats (e.g., .exe, .pdf) for penetration testing purposes.
To demonstrate the power of the XOR logic gate I created a few functions in Python that converts an ASCII string and a shift key(integer), converts them to binary and runs the XOR gate on them to produce a XOR encrypted string
Encrypting and decrypting text using XOR algorithm in Python and C++ programming languages.
Add a description, image, and links to the xor-encryption-gui topic page so that developers can more easily learn about it.
To associate your repository with the xor-encryption-gui topic, visit your repo's landing page and select "manage topics."