Id.dat: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
No edit summary
Line 2: Line 2:


== Description ==
== Description ==
It's a unique data file that stores several values regarding your account, device and the fw version of the Vita and some more, which need to be analyzed and added here. This file is UTF-8 encoded.
 
id.dat a unique data file that stores several values regarding your account, device and the fw version of the Vita and some more, which need to be analyzed and added here. This file is UTF-8 encoded.


=== Location ===
=== Location ===
Line 8: Line 9:


=== Structure ===
=== Structure ===
{| class="wikitable"
{| class="wikitable"
! Short Name !! Name !! Length !! Example !! Usage
|-
|-
! Name !! length !! Example !! Usage
| MID || Media Id|| Plain Text: 0x24 || MID=455CB356BF73B0A530DE63C6A3B41D0F || ?MediaID? Unknown.
|-
| id.dat || File: variable, only depending of the username length || dead link of someone id.dat || an example of id.dat
|-
| MID || Value, saved as Plain Text: 0x24 || MID=455CB356BF73B0A530DE63C6A3B41D0F || ?MediaID? Unknown.
This value can be found under the table tbl_conf inside app.db.
This value can be found under the table tbl_conf inside app.db.
|-
|-
| DIG || Value, saved as Plain Text: 0x28 || DIG=9F672EE122819AF9245A825D8F306CCD671B5281 || ?DIGest? Unknown.
| DIG || Digest || Plain Text: 0x28 || DIG=9F672EE122819AF9245A825D8F306CCD671B5281 || Unknown digest.
|-
| DID || Value, saved as Plain Text: 0x28 || DID=297C4C05A145A6E374FE4FE65535E03DC1643F2C || [[DeviceID]], the SHA-1 hash of [[openPSID]]
|-
|-
| SVR || Value, saved as Plain Text: 0x8 || SVR=03520000 || Software Version (in this example: 3.52) of the PSVita
| DID || Device Id || Plain Text: 0x28 || DID=297C4C05A145A6E374FE4FE65535E03DC1643F2C || [[DeviceID]], the SHA-1 hash of [[openPSID]]
|-
|-
| AID || Value, saved as Plain Text: 0x10 || AID=58CD7F52A6E493F1 || [[NP Account ID]]
| SVR || System Version || Plain Text: 0x8 || SVR=03520000 || System Software Version (in this example: 3.52) of the PSVita
|-
|-
| OID || Value, saved as Plain Text: length variable || OID=username || Online ID : PSN username to which the PSVita is bound to
| AID || Account Id || Plain Text: 0x10 || AID=58CD7F52A6E493F1 || [[NP Account ID]]
|-
|-
| OID || Online Id || Plain Text: length variable || OID=username || PSN username to which the PSVita is bound to
|}
|}

Revision as of 11:24, 16 January 2019


Description

id.dat a unique data file that stores several values regarding your account, device and the fw version of the Vita and some more, which need to be analyzed and added here. This file is UTF-8 encoded.

Location

 ux0:id.dat

Structure

Short Name Name Length Example Usage
MID Media Id Plain Text: 0x24 MID=455CB356BF73B0A530DE63C6A3B41D0F ?MediaID? Unknown.

This value can be found under the table tbl_conf inside app.db.

DIG Digest Plain Text: 0x28 DIG=9F672EE122819AF9245A825D8F306CCD671B5281 Unknown digest.
DID Device Id Plain Text: 0x28 DID=297C4C05A145A6E374FE4FE65535E03DC1643F2C DeviceID, the SHA-1 hash of openPSID
SVR System Version Plain Text: 0x8 SVR=03520000 System Software Version (in this example: 3.52) of the PSVita
AID Account Id Plain Text: 0x10 AID=58CD7F52A6E493F1 NP Account ID
OID Online Id Plain Text: length variable OID=username PSN username to which the PSVita is bound to