speedy_rudolf Posted June 20, 2010 Share Posted June 20, 2010 Hi. I'm trying to design a "security system" for a program. Basically, the user has a custom built usb memory stick. When he/she wants to use the software, he/she has to first insert the memory stick into a usb port. Then, when the program is opened, it checks to see if the memory stick is in the correct "layout" (in this example it has a 32 mb memory chip and a 64 mb memory chip), then runs some apps from the memory stick. Anyway, the problem is, how do I get the "layout" of the stick (that is, check to see if the memory chips are from a genuine security stick)? Is there any way to do this? Or should we consider other options? Thank you in advance. Bye. PS: the programming has to be in c++, c# or assembly Quote Link to comment https://forums.phpfreaks.com/topic/205304-security-feature-programming/ Share on other sites More sharing options...
Daniel0 Posted June 20, 2010 Share Posted June 20, 2010 Why not just check against a cryptographic key on the memory stick? Quote Link to comment https://forums.phpfreaks.com/topic/205304-security-feature-programming/#findComment-1074589 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.