Setting the percent of protected .NET-assembly methods

/PER=percent

Dongle type:

Any

Description:

The CodeProtect.exe MSIL-code protection utility extracts from the assembly body a fixed percent of methods, encrypts them, and places them into a secure storage location. The percent of extracted methods is set by the /PER parameter.

It is recommended to indicate not more than 50% if the assembly contains a large number of methods. Further increases of the percent of methods encrypted will not give you any material improvement of security; however, it will significantly decrease the speed of the program. 

Example

CodeProtect.exe /GS3S /PER=50 MyProg.dll

The .NET-library MyProg.dll will be bound to the Guardant Sign dongle. 50 percent of its methods will be encrypted and placed into the secure storage location.

  • No labels