# String Encryption

String encryption makes it difficult for a hacker to understand your code and attempt a code patch of your assembly, as he will be unable to identify the text of messages or other useful strings, making it much more difficult to identify where to patch your code. This feature has built-in protection against assembly manipulation.

Before (decompiled with ILSpy):

Before String Encryption
Before String Encryption


After (decompiled with ILSpy):

After String Encryption
After String Encryption