About Store Forum Documentation Contact



Post Reply 
[SOLVED] Unique Machine ID
Author Message
Eric Offline
Member

Post: #1
[SOLVED] Unique Machine ID
Do you have any idea how can I create an unique ID for any machine (computer or mobile device)? The ID needs to be repeatable so I cannot use any kind of random digits. I need this for my very specific DRM system. In some way I could handle this, but maybe someone had a "problem" like that and will be able to help me. I was also wondering if EE per-seat license is secured this way (or similar).

Thanks for any responses!
Eric

Regards,
Eric 'Eri' Przychocki
ourgames.eu
(This post was last modified: 01-25-2014 12:02 PM by Eric.)
01-24-2014 09:28 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Unique Machine ID
I already provide this kind of function:
UID ComputerID(Bool per_user); // get a unique ID of this computer, 'per_user'=if generate a different ID depending on which user is logged in
01-25-2014 07:14 AM
Find all posts by this user Quote this message in a reply
Eric Offline
Member

Post: #3
RE: Unique Machine ID
Guess what, I was just reading Misc.h wink Big thanks to you Esenthel!

Regards,
Eric 'Eri' Przychocki
ourgames.eu
01-25-2014 11:56 AM
Find all posts by this user Quote this message in a reply
Post Reply