• Stars
    star
    121
  • Rank 292,544 (Top 6 %)
  • Language
    C#
  • License
    MIT License
  • Created almost 2 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Easy XOR string encryption for NET based binaries

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