2
Answers

Protecting DLL files from use.

Ask a question
Brandon Lewis

Brandon Lewis

16y
8.2k
1
I have a dll which I have written that contains code for encrypting and decrypting strings, how would I go about preventing its use by someone else who say... writes another .NET application and then attempts to include the methods from that library by referencing it?

Answers (2)