I know piracy is a big issue but I had an idea to try and stop it.
Basically I'd be using it in my app's made in C#.
When the user decides to upgrade the free version of the software a random 10 digit alpha-numeric string is created. Its then sent to my site and stored(mySQL database?) Once the payment is done a randomly generated url is created to download the full version. When you navigate to the URL the random code in the application is compared against the code stored in the database. If they match download precedes and the code is erased from the database, if not, download is canceled.
I image this has already been done by someone, but I dont know what it would be called. Also is it easy to crack?
Thanks ~ Committed. :)
26 replies to this topic
#1
Posted 16 August 2011 - 06:21 PM
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
|
|
|
#2
Posted 16 August 2011 - 06:49 PM
This could help, but what if someone don't have internet on this particular computer.
Or the user format his computer, will have to repay you twice?
Or he have multiple virtual machine?
Once the user have downloaded the full version, what will stop them to share it with his friends?
And if you are using c#, their always the possibility to simply decompile your code, remove some code, and recompile, and we have a full free version.
But seriously, I think your idea is pretty good, this will probably slow piracy, but stop piracy I don't think this is possible.
Or the user format his computer, will have to repay you twice?
Or he have multiple virtual machine?
Once the user have downloaded the full version, what will stop them to share it with his friends?
And if you are using c#, their always the possibility to simply decompile your code, remove some code, and recompile, and we have a full free version.
But seriously, I think your idea is pretty good, this will probably slow piracy, but stop piracy I don't think this is possible.
#3
Posted 16 August 2011 - 09:12 PM
It is common when buying softwares online via merchant (i.e. Paypal) services, that you will get a unique download link of which expires once you have purchased the item. It does not stop them from copying the download everywhere as the Vaielab has stated.
You can however tailor each software to only run on the computer of which has generated the specific identification code (much like hardware ID restrictions do) to prevent copying of the software.
Further, you can download the pirated copy yourself and view (through your own means) the ID code and find the original buyer.
You can however tailor each software to only run on the computer of which has generated the specific identification code (much like hardware ID restrictions do) to prevent copying of the software.
Further, you can download the pirated copy yourself and view (through your own means) the ID code and find the original buyer.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#4
Posted 17 August 2011 - 04:42 AM
I would flag the item as downloaded, or perhaps allow up to 3 downloads (in case something munges up on the first one). As others said, copy after download is the real issue.
Also, note that there are plenty of tools out there to monitor which registry keys/files your program accesses. Storing a key doesn't hide it from the people who want to disable your security.
Also, note that there are plenty of tools out there to monitor which registry keys/files your program accesses. Storing a key doesn't hide it from the people who want to disable your security.
#5
Posted 17 August 2011 - 06:31 PM
Hmm. To prevent the user from getting the paid version, the unique URL's which expire after X amount of time would work perfect.
Preventing the spread is the hard part. Lets say it is flagged as purchased like WP said. This allows the .exe to be installed 3 times, but to prevent people from taking out the 3 time limit the source is encrypted. Im pretty sure this is common right? You shouldn't be able to crack and encryption if its key(or whatever) is randomly generated before the program is even put out for download could you?
I dont know alot about encryption and stuff, so thanks for the help ~ Committed. :)
Preventing the spread is the hard part. Lets say it is flagged as purchased like WP said. This allows the .exe to be installed 3 times, but to prevent people from taking out the 3 time limit the source is encrypted. Im pretty sure this is common right? You shouldn't be able to crack and encryption if its key(or whatever) is randomly generated before the program is even put out for download could you?
I dont know alot about encryption and stuff, so thanks for the help ~ Committed. :)
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#6
Posted 17 August 2011 - 10:04 PM
I actually thought of something right now. I don't know if this is the best idea, but maybe you could make the download servers generate and include the product key for that specific customer inside the .exe file, so that that particular .exe file will only run with the product key for that customer. That way they can still install the program without having internet connection.
Though I wonder if using assembly language can help with the security and difficulty to crack.
Though I wonder if using assembly language can help with the security and difficulty to crack.
#7
Posted 17 August 2011 - 10:25 PM
Personally I would have the user purchase the program, when he does a couple of licenses would be placed under his account name. Then its just a matter of logging on through the program which checks if a license for that program exists, then downloads the full version (at this point the user will need to login again, once it has done that it destroys the license) which locks itself to the users hardware.
If you release regular updates its always good to make sure the user is logged in before the server releases them (this is where notch went wrong) that way pirated copies will need manual updation.
Alexanders idea to download the pirated copy yourself to find the original buyer is good.
If people pirate your software then you should consider the pricing, generally if adults who have the ability to easily buy the program pirate it then your price may need reconsidering (non-adults commonly find online purchases a hassle).
If you release regular updates its always good to make sure the user is logged in before the server releases them (this is where notch went wrong) that way pirated copies will need manual updation.
Alexanders idea to download the pirated copy yourself to find the original buyer is good.
If people pirate your software then you should consider the pricing, generally if adults who have the ability to easily buy the program pirate it then your price may need reconsidering (non-adults commonly find online purchases a hassle).
Please, write clearly with proper structure. Double spacing makes the text feel un-jointed, Capitalizing Every Word Means People Stop Before Every Word Sub-Consciously Which Is A Pain In The Backside, and use code tags! (The right most styling box).
#8
Posted 18 August 2011 - 03:14 PM
Has the practice of binding software to a user's hard drive proved useless?
#9
Posted 18 August 2011 - 03:19 PM
JOSourcing said:
Has the practice of binding software to a user's hard drive proved useless?
#10
Posted 18 August 2011 - 03:21 PM
There are good and bad ways of postponing things like piracy, but piracy would probably happen sooner or later.
Maybe if you can figure out a way to slow down piracy enough that it wouldn't be very useful by the time the pirates get to it?
Maybe if you can figure out a way to slow down piracy enough that it wouldn't be very useful by the time the pirates get to it?
#11
Posted 18 August 2011 - 07:41 PM
I honestly dont think piracy will be a big problem for me( I plan to sell apps < $10) but i still want to keep them from just being downloaded freely. I dont really like binding software to a users HD, i mean what if they want to install on more then one computer, or what if the HD crashes?
Will this not work?
~ Committed.
Will this not work?
Quote
Lets say it is flagged as purchased like WP said. This allows the .exe to be installed 3 times, but to prevent people from taking out the 3 time limit, the source(or .exe?) is encrypted. Im pretty sure this is common right? You shouldn't be able to crack the encryption if its encrypted based on a key that's randomly generated before the program is even put out for download could you?
~ Committed.
A man can be defined by what he does when no one is looking.
Science is only an educated theory, which we cannot disprove.
Science is only an educated theory, which we cannot disprove.
#12
Posted 18 August 2011 - 10:19 PM
Quote
This allows the .exe to be installed 3 times
Quote
You shouldn't be able to crack the encryption if its encrypted based on a key that's randomly generated before the program is even put out for download could you?
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









