Categories
Security

CliSecure Encrypting Security for Windows

A tool that protects the IL code stored in your assemblies
CliSecure is a tool that protects the IL code stored in your assemblies. During execution the code is handed to the jitter in its decrypted form just before compilation occurs. The CliSecure execution engine assures that your assembly is never fully decrypted in-memory. This makes it impossible to reconstruct your original assembly by using memory dump tools.

Through the use of a command-line utility CliSecure takes your assemblies as input and applies a security envelope on them. The application is then distributed to the client with an additional library component that binds to the .NET execution engine, handing it the code for execution.

The CliSecure package contains the following components:

1. The CliSecure command line tool – a command line utility that lets you protect your assemblies.

2. The CliSecure GUI based tool – a GUI based interface for your convenience.

3. The just-in-time decoder – a library component that binds to the .NET execution engine upon execution of your code.

The protected code and the just-in-time decoder library component can be freely distributed to unlimited number of end users.

See Demo – Download – Visit Author Site

Please comments and give ratings. You may also report of broken or incorrect link using comments box below. Thanks!