| Author |
Message |
msadek_eng
Joined: 28 May 2004 Posts: 123 Helped: 5
|
26 Dec 2006 8:16 how to make a dongle |
|
|
|
|
| I made a software and i need to make a protection on it , so i need to a hardware dongle to the PC with USB , i have a good experience in ucontroller programmin so please any one guide me
|
|
| Back to top |
|
 |
Tohu
Joined: 09 Jun 2004 Posts: 97 Helped: 12
|
26 Dec 2006 9:10 Re: How to make a dongle |
|
|
|
|
Hi,
you have a many different ways to solve the problem, but first you must know what exactly you need. Do you need to lock software to the PC or not?
The simple way is to send encrypted string to the dongle, dongle should decrypt the sting, make some processing and return to you against encrypted string. If the result is right the software should be started. In google you can find many encryption algorithms.
|
|
| Back to top |
|
 |
dainis
Joined: 15 May 2001 Posts: 1451 Helped: 56
|
26 Dec 2006 9:18 Re: How to make a dongle |
|
|
|
|
| http://www.ftdichip.com/Products/EvaluationKits/DLP-D.htm
|
|
| Back to top |
|
 |
Google AdSense

|
26 Dec 2006 9:18 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
yali
Joined: 31 Dec 2006 Posts: 13 Helped: 1
|
04 Jan 2007 7:35 How to make a dongle |
|
|
|
|
i think the best way for protecting a software is using the software locks.for example you can use some software which encrypt you exe code with a key which no body can't dicompile it and so if you send the key to user then the user will be able to use your software.
you know if you use a dongle the hackers can decompile your code and then understad what are you doing and how you check the dongle and then they can pach your code easily.
|
|
| Back to top |
|
 |
amredries
Joined: 09 Jul 2004 Posts: 48 Helped: 1
|
15 Dec 2008 7:19 Re: How to make a dongle |
|
|
|
|
| dongle is simple way just use a pic microcontroller that has usb interface and use LVP feature in it more i will tell you later
|
|
| Back to top |
|
 |