Re: Making a computer run on only one computer
- Posted by "C. K. Lester" <cklester at yahoo.com> Aug 10, 2001
- 505 views
I've recently developed hardware that a user will wear that will generate a unique code based on that user. It is based on a few characteristics, including eye, brain wave patterns (of a certain region of the brain, only, though), and finger printing. I'm currently debugging the DNA encoder, which basically is just a pen-like thingie which gets swiped against the skin and then a code based on the DNA is generated. I've got an alpha-alpha running right now using EUPHORIA for Windows. My test app is what I call an EyeMo (short for "eye mouse"). Where ever I look on my PC, the mouse cursor follows along. At times there's a lag, but the code is very slow because I want to make sure I'm covering every base. In order to "click" on something, I either think "CLICK" or I can do something mechanical, like snap. I'm trying to tweak it so that there is no mechanical effort (except the eye movement for cursor positioning), just thought. The hardware is very crude and bulky, but, again, these are just proof of concept items. I'm using a lot of parts from the local Home Depot, my uncle's auto shop, and my friend's technology lab down at Southwest Laboratories. ----- Original Message ----- From: <euman at bellsouth.net> To: "EUforum" <EUforum at topica.com> Sent: Thursday, August 09, 2001 4:30 PM Subject: Re: Making a computer run on only one computer > > Keep in mind that Hard-drives are the most error-prone > part of a computer, they crash. > > Another suggestion is an encrypted password or > installation from the internet, and base this install > on location, user-name and e-mail. > > e-mail the password... > > Euman > euman at bellsouth.net > > > you can use the "C" drive's serial number. that's generally considered > > unique, being based on a 128-bit number randomly assigned by the > > manufacturer. > > > > > How can i make a program that only works on one computer. Is there some > > > kind of ID number that each computer has that i could read or something > > > that each computer has that is only that one would have. > > > >