Device ID: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "On PS4, the Device ID is a unique 32-bytes hexadecimal sequence. It is simply the SHA256 hash of the OpenPsId. See also [https://www.psdevwiki.com/vita/DeviceID PS Vita Device ID].")
 
No edit summary
Line 2: Line 2:


See also [https://www.psdevwiki.com/vita/DeviceID PS Vita Device ID].
See also [https://www.psdevwiki.com/vita/DeviceID PS Vita Device ID].
It is stored in PS4 [[act.dat]] files and is used as a HMAC-SHA256 key for the act.dat digest stored in [[VTRM]].

Revision as of 21:51, 25 December 2024

On PS4, the Device ID is a unique 32-bytes hexadecimal sequence. It is simply the SHA256 hash of the OpenPsId.

See also PS Vita Device ID.

It is stored in PS4 act.dat files and is used as a HMAC-SHA256 key for the act.dat digest stored in VTRM.