Page MenuHomeFeedback Tracker

[1.05.152326] ID Hashing changed
Reviewed, NormalPublic

Description

Hello,

Previously, my UID was WL5fg+PiWPSBW6U/UgCAC4CdvIp3fZW59JYSl79law4=
As of 1.05.152326, now my UId is WL5fg-PiWPSBW6U_UgCAC4CdvIp3fZW59JYSl79law4=
It's not longer simply a sha256 of the SteamID, could you explain to adapt WebServices, especially for the upcoming CURL support ?

Cheers.

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General

Event Timeline

GrosTon1 created this task.Aug 25 2019, 1:17 PM

Just checked my 1.04 COT Setup the GUID is actually WL5fg-PiWPSBW6U_UgCAC4CdvIp3fZW59JYSl79law4=, when did this change took place ?

Geez changed the task status from New to Reviewed.Aug 26 2019, 10:10 AM
Geez added a subscriber: Geez.

Hello GrosTon1.
There has been a slight change of the UID format because of security and accessibility reasons. If you need to match your old data with new format, you can follow these simple steps:

  1. replace all '+' (plus) occurences with '-' (minus)
  2. replace all '/' occurences with '_' (underline)

The hash function is still the same but encoding was changed to Filename and URL safe format.

Regards,
Geez