Skip to content

A really basic encryption tool to protect .Net programs (POC)

License

Notifications You must be signed in to change notification settings

bronxc/SimpleCrypter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleCrypter

SimpleCrypter is a really basic encryption tool to protect .Net programs, This is more like a Proof of concept than a real tool since the protection key is stored in plain text into the stub/launcher program. (in fact it uses a really basic encryption algorithm: RC4). Maybe it can be used to create a more sophisticated encryption tool via changing the used algorithm, and hiding the decryption key.

Build :

Open the Visual Studio Project and press build, the program should be copied in /bin at the end of the compiling process.

Usage :
SimpleCrypter.exe <executable-file> <rc4key> <output-file>
Example :
SimpleCrypter.exe myprogram.exe t0ps3cr3t almostProtected.exe

About

A really basic encryption tool to protect .Net programs (POC)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages