944,010 Members | Top Members by Rank

Ad:
  • C# Discussion Thread
  • Unsolved
  • Views: 16108
  • C# RSS
Dec 5th, 2007
0

Convert USB Flash to USB dongle

Expand Post »
hi every one,

i want to convert my usb flash to dongle flash, but i donot understand the way that the dongle is work or how did it develope its software i want any one to help me to understand how to programme my owne dongle and how does the dongle work please help me

Many Thanks,
IT_Techon,
Reputation Points: 10
Solved Threads: 0
Light Poster
IT_Techno is offline Offline
41 posts
since Dec 2007
Dec 5th, 2007
0

Re: Convert USB Flash to USB dongle

Flash key, dongle, memory stick, usb key etc... are all the same thing
Last edited by jbennet; Dec 5th, 2007 at 9:05 am.
Moderator
Featured Poster
Reputation Points: 1800
Solved Threads: 575
Moderator
jbennet is offline Offline
16,525 posts
since Apr 2005
Dec 6th, 2007
0

Re: Convert USB Flash to USB dongle

HI jbennet,

i know they are the same thing, i want to create my dongle , not to use one created , what i asked how can i create dongle porgrammatically and what requirements i need to create my dongle from my normal USB Flash

Many Thanks,
Reputation Points: 10
Solved Threads: 0
Light Poster
IT_Techno is offline Offline
41 posts
since Dec 2007
Dec 6th, 2007
0

Re: Convert USB Flash to USB dongle

What is the intended purpose of this dongle? Verification? A token or something?
Team Colleague
Reputation Points: 186
Solved Threads: 147
Cookie... That's it
alc6379 is offline Offline
2,519 posts
since Dec 2003
Dec 6th, 2007
0

Re: Convert USB Flash to USB dongle

Click to Expand / Collapse  Quote originally posted by alc6379 ...
What is the intended purpose of this dongle? Verification? A token or something?

the purpose is verification i have a C# application i want to sal it to some body i do want not any one use it unless him only on his computer this is the purpose
if you can help me
Last edited by IT_Techno; Dec 6th, 2007 at 8:16 am.
Reputation Points: 10
Solved Threads: 0
Light Poster
IT_Techno is offline Offline
41 posts
since Dec 2007
Dec 6th, 2007
0

Re: Convert USB Flash to USB dongle

You might want to look at a predeveloped solution for that. If you use a USB flash drive for that, and you have a token in the form of a file on that drive, then someone can take the file off of that drive, and copy it to another drive.

have you looked at some turnkey-style authentication solutions for your application? there are already a number of pre-existing solutions for this that you might want to consider looking at instead.
Team Colleague
Reputation Points: 186
Solved Threads: 147
Cookie... That's it
alc6379 is offline Offline
2,519 posts
since Dec 2003
Dec 8th, 2007
0

Re: Convert USB Flash to USB dongle

Click to Expand / Collapse  Quote originally posted by alc6379 ...
You might want to look at a predeveloped solution for that. If you use a USB flash drive for that, and you have a token in the form of a file on that drive, then someone can take the file off of that drive, and copy it to another drive.

have you looked at some turnkey-style authentication solutions for your application? there are already a number of pre-existing solutions for this that you might want to consider looking at instead.
what is that (turnkey-style authentication solutions) ? i don not know any thing about it, if you can help me in some links explain turnkey-style authentication solutions i will be thankful

another thing, do you mean if i convert my USB flash to dongle flash it will not be very good for security stuff -any one can copy it ?. is that mean the dongle flash hardware specially designed for dongles ?

the last thing i asked about, i want to know how dongles software was developed? how can i develope my special dongle software and what hardware and software requirements dongle is need to be developed?

thats my all wondering. if you can help me

Nice Thanks,

Fidaa Khader
Last edited by IT_Techno; Dec 8th, 2007 at 4:05 am.
Reputation Points: 10
Solved Threads: 0
Light Poster
IT_Techno is offline Offline
41 posts
since Dec 2007
Dec 8th, 2007
0

Re: Convert USB Flash to USB dongle

They're called USB tokens. There are all kinds of ones available. Simply check this Google search out:

http://www.google.com/search?hl=en&s...en&btnG=Search

But yes. What I was saying is that unless you really make a complicated scheme to prevent someone from copying it, someone could simply copy the files over to a new memory key.
Team Colleague
Reputation Points: 186
Solved Threads: 147
Cookie... That's it
alc6379 is offline Offline
2,519 posts
since Dec 2003
Dec 6th, 2009
-1
Re: Convert USB Flash to USB dongle
Isn't there some way to make the newly converted flash drive secure other than saving files to it? Isn't there a unique serial number for the flash drive that our application can use? C'mon guys, there's got to be a way!
Reputation Points: 10
Solved Threads: 0
Newbie Poster
blakenigel is offline Offline
1 posts
since Dec 2009
Oct 26th, 2011
0
Re: Convert USB Flash to USB dongle
First, Retrieve the real hardware Serial Number of your USB key:
http://www.codeproject.com/KB/cs/har..._serialno.aspx

Now, choose a nice long encryption token for yourself. eg "p@$$wo0Ord^io%$"

Use the encryption token to create a resultant serial number from the hardware SN of your hard drive using any encryption algorithm you like.

Now, put the encrypted serial number on your usb key as a normal text file .lic or .ini or however you like.

Make your software read the license file, decrypt it and compare the result to the hardware serial number it reads from the USB key, if they are similar, then it should start.

PS. U can use a pair of public - private key for encryption - decryption, so that if someone reverse engineers your software, he still can not create a correct token for another key.

Ahmed Abdallah
Last edited by Ezzaral; Oct 26th, 2011 at 12:24 pm. Reason: Snipped email. Please keep it on site.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
hypermatter is offline Offline
1 posts
since Oct 2011

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C# Forum Timeline: problem when i write the code in Form1_Load
Next Thread in C# Forum Timeline: Let's take a walk on the wild side!





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC