Hey,
I am trying to create an application that is installed on a specific(unique ) computer, works properly as long as the user has a license, and, after I uninstall it, make sure the guy doesn't get it back. The same problem is better exemplified in the following scenario: I want to move one client's application on a new computer, and make sure it is permanently deleted on the old one.
So far, I have created an unique...
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
Protecting .net dll's in Sql Server
dear friends
optimistically I'll suicide this weekend or my eyes going blind with sql exception's RED color;
my problem is :
I want to encrypt some of my columns in database and use "decryption.dll" to decrypt them.
the important point is I have to obfuscate the "hash key" string;
my problemS:
1.the CLR dose not support obfuscated dlls;
2.I tried to use assembly...Last edited by Atli; Jan 24 '09, 10:06 PM. Reason: Moved from the MySQL forum to the Microsoft SQL Server forum.