show/hide this revision's text 2 edited tags
show/hide this revision's text 1

An effective method for encrypting a license file?

For a web application, I would like to create a simple but effective licensing system. In C#, this is a little difficult, since my decryption method could be viewed by anyone with Reflector installed.

What are some methods for encrypting files in C# that are fairly tamper-proof?