T
T
time_first2020-08-06 16:31:58
C++ / C#
time_first, 2020-08-06 16:31:58

How to put protection in a C++ program?

Good afternoon guys!
Strictly do not scold me, I'm a beginner! I want to ask experienced programmers how to put protection on their product? Or what kind of technology is it?
It’s just that there are a lot of rumors - that programmers are being scammed, let’s say a programmer wrote a program, gave away a product - but didn’t receive money for it, but the program works for a couple of days and that’s it ..... Then the programmer called the program and receives his money and removes protection .. What is the name of this protection .. Again, do not judge strictly BEGINNER!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
V
Vladimir Korotenko, 2020-08-06
@firedragon

Simply read the installation date of the program. After 30 days, display a window asking you to register. Inside the code is requesting a computer name and issuing a hash.

N
Nikita Shinkevich, 2020-08-06
@domres

If I were a programmer who is being called, I would also increase the price by 100% for such a scam))

I
Ivan Volodin, 2020-08-07
@int_i

There are many such defenses, from the not-so-efficient client sending a request to the server asking "Can I open the application?" to a regular blocker that requires a six hundred-digit password after a week of use, and never appears after entering it (+ fixing the application where it is not, in case the payment has already been received).
The second, in my opinion, is the most effective and universal.

A
assemblerGod, 2020-08-08
@assemblerGod

when launching the software in the bowels of the system, create a file and check launches there, encrypt the contents

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question