Hi, i've got a little question, maybe someone can help me here for finding the answer or pointing me to a reference for the answer :
I've got an extensive ASP.NET website consisting of multiple projects/assemblies and MSDE support.
I can not guarantee that files of the website are only open to a select amount of persons.
So :
a) i encrypted the web.config settings
b) made a class containing the key and the crypto decrypto classes
c) garbled my code
So...it is (i agree not the fulliest) protected BUT... when someone would link in the DLL, he can just use my decrypt and encrypt settings.
Can i prevent someone from using my DLL's ?
Edward@de-leau.com
I've got an extensive ASP.NET website consisting of multiple projects/assemblies and MSDE support.
I can not guarantee that files of the website are only open to a select amount of persons.
So :
a) i encrypted the web.config settings
b) made a class containing the key and the crypto decrypto classes
c) garbled my code
So...it is (i agree not the fulliest) protected BUT... when someone would link in the DLL, he can just use my decrypt and encrypt settings.
Can i prevent someone from using my DLL's ?
Edward@de-leau.com