geel9 / SteamAuth

A C# library that provides vital Steam Mobile Authenticator functionality
MIT License
278 stars 105 forks source link

DeviceID format incorrect #20

Closed shravan2x closed 8 years ago

shravan2x commented 8 years ago

The format of the deviceID generated by the SteamAuth library appears to be different than the type generated by Steam. Steam's deviceIDs appear to be random hex characters in groups of 8-4-4-4-12 seperated by a hyphen each.

Steam doesn't appear to be checking these atm, but we have to shift anyway to be on the safe side.