i coded some vb.net application, for security i use HWID security method...
vb.net code to generate unique key is:
Dim hwid As String = System.Security.Principal.WindowsIdentity.GetCurrent.User.Value
it will return some unique key for every pc like this
S-1-2324-34242FDF-SDWQ3Q-Q3WR4CWRWCE1321SXS32
currently i am learning & developing PHP scripts...
i want to know it is possible to generate the same unique key using PHP???