Web Apps


Custom Apps Info

I wonder if there is some info available for the custom apps.

As far as I can see it exposes two variables: checksum and user (we also have password).

user is a base64 encoded serialized PHP array.

$user_data = unserialize(base64_decode($user));


checksum contains 40 hexadecimal characters. It looks like SHA1.

Anyone already found out how to verify the submitted "user" data?

---

Show topic
Last visit Thursday, 25 April 07:26:20 UTC
P_:

powered by ryzom-api