473,386 Members | 1,798 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How do you protect from pirating?

For those that allow their software to be purchased and downloaded from a
website, how are you protecting your software from pirating?

If you are using some type of code in the compiled EXE, are you having to
compile for each download in order to have unique codes?

Thanks,
Brett
Nov 21 '05 #1
4 1023
You basically put in a licensing scheme into your executable. In the old VB6
days I used the activelock component to provide this kind of functionality.
Now there are quite a few components that does something similar for .NET
applications also and I think the activelock source is now open source..

Rgds,
Anand M
http://www.dotnetindia.com

"Brett" wrote:
For those that allow their software to be purchased and downloaded from a
website, how are you protecting your software from pirating?

If you are using some type of code in the compiled EXE, are you having to
compile for each download in order to have unique codes?

Thanks,
Brett

Nov 21 '05 #2
Here's something you may want to look at:

http://www.productfast.com/SharewareCode.zip

I download it & scanned itfor viruses using Symantec Antivirus 9.0.1400
Corporate Edition with 4/1/2005 rev. 9's viruse definitions, which are the
latest available at the time of writing this reply

I hope this helps

Crouchie1998
BA (HONS) MCP MCSE
Nov 21 '05 #3
Here's another I found written in VB.NET:

http://www.gotdotnet.com/Community/U...4-b262d97a88ac

Crouchie1998
BA (HONS) MCP MCSE
Nov 21 '05 #4
The only problem with Activelock is that it is open source, making it easier
to crack.

To automate unique software, how about using IncrementalBuild()? I could
work like this:

A user registers on my site. ASP scripts add a custom generated key into
the application source code. These scripts execute IncrementalBuild() to
recompile, which only recompiles the one method that has changed. I provide
the user with an email of the custom code and link to download the app. He
puts in the code, which unlocks the app. The code is encypted and written
to a text file. Each time the app starts, it checks the text file against
the hard coded code.

Any problems with the above?

Thanks,
Brett
"Crouchie1998" <cr**********@discussions.microsoft.com> wrote in message
news:uD****************@TK2MSFTNGP09.phx.gbl...
Here's another I found written in VB.NET:

http://www.gotdotnet.com/Community/U...4-b262d97a88ac

Crouchie1998
BA (HONS) MCP MCSE

Nov 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: YK | last post by:
All, What is the best way to protect IL code? --------------------------------------------------- Typical scenario: Visual Studio .NET 2003 includes Dotfuscator Community Edition, which...
11
by: siliconmike | last post by:
Is there a way to protect data files from access by root ? I have a data-centered website and would like to protect data piracy from any foot-loose hosting company employee. Any ideas? ...
3
by: Parham | last post by:
Hello, How to protect structures(Tables,SP,Views and Functions) of a SQL Server Database?(Password protect a database file) I have a SQL database that will distribute with my application, I want...
3
by: Narlen | last post by:
Hi there, I don't know much about web design but I proudly managed to password protect a page on my site. Later I realized that everyone looking at the source in any web browser can see the...
15
by: Fady Anwar | last post by:
Hi while browsing the net i noticed that there is sites publishing some software that claim that it can decompile .net applications i didn't bleave it in fact but after trying it i was surprised...
22
by: teejayem | last post by:
Hi, I am new to programming with databases and was wanting some help. Is there any way to password protect an access database and access sent sql commands to it via vb.net code? Any help...
10
by: FAQ server | last post by:
----------------------------------------------------------------------- FAQ Topic - How do I protect my javascript code? ----------------------------------------------------------------------- ...
7
by: =?Utf-8?B?TWlrZQ==?= | last post by:
Hi. I have an ASP.NET 2.0 web application which contains an Images directory with all website images. How can I prevent other websites from creating img tags with the source as my images? I want...
3
by: Sin Jeong-hun | last post by:
It seems like the Protect() uses the Windows accout information to encrypt data. If I know the user name and the password, can I decrypt it on another PC? If it is not, how about the exported key?...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.