M
M
mastersoftna2011-10-07 15:07:04
C++ / C#
mastersoftna, 2011-10-07 15:07:04

Protecting developed dll in c#

Good day, next question.

Developed a dll in c#. It is necessary to distribute it, but there was a question of protection. Please tell me what are the options for protecting the dll, so that only the developer who actually purchased it could use it to develop their applications.

Thank you!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
Nikolay Savelyev, 2011-10-07
@AgentSmith

You can obfuscate the code first.
And then protect the code. There are some ciphers, but they all break after some time.

M
mihavxc, 2011-10-07
@mihavxc

For reliable protection, activation on the end user's computer or a hardware key is required. I doubt that this will suit the developers.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question