Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
XorStringsNET — Easy XOR string encryption for NET based binaries | Kitploit
Tools/GitHubGitHub/dr4k0nia/xorstringsnet
Encryption/Decryption ToolsReverse EngineeringCryptography
GitHubdr4k0nia/xorstringsnet

XorStringsNET

Easy XOR string encryption for NET based binaries

View Repository
138182 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

XorStringsNET

A tool for simple and quick XOR based string encryption of .NET binaries

XORStrings implements a simple XOR based cipher, I call RXOR. RXOR does not only encrypt the string but also reverses its character order. Each string is encrypted with a unique key. The arguments used by the decryption routine are also XOR encrypted.

How does it work?

XorStrings.exe <path to file>

Either use the commandline or drag & drop the to be obfuscated binary on the XorStrings executable. XORStrings does support .NET Framework 4.6+ and .NET Core up to .NET

More details

If you want a more detailed explanation of how XorStringsNET works checkout my blog post were I explain the runtime and obfuscator in great detail

Download Tool