VMProtectGetCurrentHWID question
Posted: Mon Apr 25, 2011 5:27 am
hey
im only using VMProtectGetCurrentHWID to generate a constant HWID.
have it saved in a server then compare that string each time for authorization.
i noticed vmp hwid is in some random string format
ie
sHdfK6mPQSFecfozjr3nN2I4tNRKjUr5i9z7yA==
total length of 40 characteres
it contains both upper/lower/special symbols.
because my server rinse the string for special symbols each time.
so i may need to convert it to hex all at once.
but i want to make sure
1. does vmp hwid only contain letters, numbers and '='. is there any other symbols that may appear on vmp hwid? ie '$' ';' etc
2. is it always 40 characters long? if not whats the range of length
3. anyway i can verify its validity? as this is quite insecure and confusing.
because i have no idea what format vmp hwid has on different computer. and i won't have any idea when the users input a fake one storing in my server
thanks
im only using VMProtectGetCurrentHWID to generate a constant HWID.
have it saved in a server then compare that string each time for authorization.
i noticed vmp hwid is in some random string format
ie
sHdfK6mPQSFecfozjr3nN2I4tNRKjUr5i9z7yA==
total length of 40 characteres
it contains both upper/lower/special symbols.
because my server rinse the string for special symbols each time.
so i may need to convert it to hex all at once.
but i want to make sure
1. does vmp hwid only contain letters, numbers and '='. is there any other symbols that may appear on vmp hwid? ie '$' ';' etc
2. is it always 40 characters long? if not whats the range of length
3. anyway i can verify its validity? as this is quite insecure and confusing.
because i have no idea what format vmp hwid has on different computer. and i won't have any idea when the users input a fake one storing in my server
thanks