Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old October 30th, 2012, 11:29 AM
appdeveloper appdeveloper is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 106 appdeveloper Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 18 h 5 m 35 sec
Reputation Power: 0
Software Protection

I'm trying to find a solution to protect all the software developed in the company I work in.
Till now we've been working with hardlocks, but we are trying to cut on expences and wanting to develop our own software protection system.
I know that there some free tools, like for instance activelock, but we aren't interested in using third party tools either, since these tools are frequently open to attacks and we might have migration problems in the future.
I've been googling and I can't find any good techniques for developing this type of solution.
We've seen some ideas like for instance hardware dependet protection, but that is also a problem because it doesn't allow the user to change hardware without contacting us.
We have our own website, what makes possible the comunication with an online database, but we don't know what to do with this functionality. Check IP? It changes often,... Check Hardware? same problem as before, probably,...

Does anyone has any ideas or knows any technique?

My thanks in advanced

Reply With Quote
  #2  
Old October 30th, 2012, 11:27 PM
couttsj couttsj is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2011
Posts: 167 couttsj User rank is Sergeant Major (2000 - 5000 Reputation Level)couttsj User rank is Sergeant Major (2000 - 5000 Reputation Level)couttsj User rank is Sergeant Major (2000 - 5000 Reputation Level)couttsj User rank is Sergeant Major (2000 - 5000 Reputation Level)couttsj User rank is Sergeant Major (2000 - 5000 Reputation Level)couttsj User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 2 Days 17 h 26 m 48 sec
Reputation Power: 43
For many years we have used a relatively simple technique that involved a unique number found on every computer. You could use anything (such as CPU serial number), but we chose to use the time/date that the operating system was installed. That date is a double precision number, and it doesn't change unless the operating system is reinstalled. We used a different seed for each different program, and calculated a one way encrypted key. You could use a standard encryption routine, but then it would be possible for a hacker to use brute force to crack it. Therefore we designed our own algorithm. The user would install the program, and on the first attempt to run it, it would supply a number. The user would contact us with that number, we would run it through the algorithm and supply him/her with the corresponding key. This process could be automated, but we did not have the volume to justify it, as the software was very industry specific.

J.A. Coutts
Comments on this post
appdeveloper agrees: very, very good

Reply With Quote
  #3  
Old October 31st, 2012, 09:59 AM
appdeveloper appdeveloper is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2006
Posts: 106 appdeveloper Negative: is most likely a SPAMMER and a traitor to the cause. 
Time spent in forums: 18 h 5 m 35 sec
Reputation Power: 0
Thank you for your answer couttsj.

Your last tip seems a great idea, especially if its used in an automated way

Thanks once again!!!

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreVisual Basic Programming > Software Protection

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap