Editing Keys

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 22: Line 22:


= Per-console keys =
= Per-console keys =
See [https://www.psdevwiki.com/psp/Kirk#Individual_Seed Kirk documentation] for usage of PSP-related individual seeds.


== Cmep Keyring 0x600 - Visible ID (Test Subject 9 PS Vita) ==
== Cmep Keyring 0x600 - Visible ID (Test Subject 9 PS Vita) ==
Line 63: Line 61:
10 08 01 01 AC 72 45 00 00 00 00 00 AB 14 4B 85 <- fuse_id, reserved, hash
10 08 01 01 AC 72 45 00 00 00 00 00 AB 14 4B 85 <- fuse_id, reserved, hash
</pre>
</pre>
== Usage ==
To generate individual seeds, AES128ECB encrypt and decrypt with constant key ids_master_key (also named idskey0, kirk16key), data: ss->buf (derived from Fuse ID) and mesh data. See [https://www.psdevwiki.com/psp/Kirk].
<source lang="C">
typedef struct SceIdStorageSeedValue { // size is 0x40
    SceUInt8 aes128cbc_mac_key[0x10]; // used by Kirk command 18
    SceUInt8 aes128cbc_key[0x10]; // used by Kirk command 16
    SceUInt8 derivation_key[0x10]; // used to derive the 2 other keys
    SceUInt8 fuse_id[8]; // endianness to precise
    SceUInt32 padding; // usually set to zero
    SceUInt32 hash; // the hash algorithm is in flashData.prx
} SceIdStorageSeedValue;
</source>


= SUPER KEYS (Dumped by SDBoot glitching) =
= SUPER KEYS (Dumped by SDBoot glitching) =
Please note that all contributions to Vita Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see Vita Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)