I need to do some tests, and make DB out of the testing result. After I'm done with that, I send the DB to server to merge it into some host DB.
For that purpose, I want to have a UNIQUE ID for each computer that I run on. I thought about the GUID, but I'd like to avoid that option if possible. I prefer to have something that I can read to identify some info out of the name other than just numbers like this one GUID: 00000129dbe9a9f6b3650d67000a00000028008c.
Do you have any idea how to make unique id for this kind of case?