Results 1 to 2 of 2

Thread: Unique ID for a PC to use for Key Validation

  1. #1
    Join Date
    Mar 2007
    Posts
    59
    Thanks
    7

    Default Unique ID for a PC to use for Key Validation

    We are building a commercial application that will use a keying system to control installations. So ONE Key = Exactly ONE Installation. To do this we need to specifically ID the exact PC. This software will run on Win/Linux/Mac.

    Fundamentally we will do something like this (but not exactly )

    Name of the user, Email address, Reg Key, PC unique ID, some other stuff

    Hash this up from a website and generate a Key HASH that the application will use to validate the key...

    The application will have the same information in an INI file, but the PC unique ID will be dynamically obtained at startup, so if they move the app to another PC the hash will be incorrect. and validation fails preventing the software from running.

    but what Unique ID to use? we looked at Processor ID, and UUID, etc

    IS there a method within QT to grab EXISTING UUID from the system?

    (not to be confused with Quuid, which CREATES uuid's from given data...we need the one that is already there...or what given data can we use from the PC?)

    Comments or recommendations?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Unique ID for a PC to use for Key Validation

    In such situation one usually takes an ID of the primary harddisk or NIC.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.