Editing Keys
Jump to navigation
Jump to search
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 1: | Line 1: | ||
[[Category:Software]] | [[Category:Software]]<noinclude>[[Category:Main]]</noinclude> | ||
<noinclude> | |||
[[Category:Main]] | |||
</noinclude> | |||
= | == Usefull information == | ||
ID Storage Source and explanation: [http://www.lolhax.org/2011/07/06/kirk-0x10-private-key/] | |||
Save Data Source: [http://pastebin.com/RFDXKCAf] | |||
Kirk Engine Source: [https://github.com/tpunix/kirk_engine/blob/master/kirk/kirk_engine.c] | |||
== Location == | == Location == | ||
keyfiles should be placed in ~/.vita or %userprofile%\vitakeys <br /> | |||
== Naming == | |||
== Naming | |||
naming: | naming: | ||
* file prefix: pkg | * file prefix: pkg | ||
Line 21: | Line 19: | ||
* priv file (private): %s-priv-%s | * priv file (private): %s-priv-%s | ||
= | == PS Vita Keys == | ||
These are the PS Vita Keys. | |||
== Vita Game PKG Keys == | |||
These AES-CTR 128-bit keys are used in Game/App PKG file decryption. | |||
{| class="wikitable sortable" | |||
{| class="wikitable" | |||
|- | |- | ||
! Type !! Version !! ERK | |||
|- | |- | ||
| | | PSP || 1.00+ || <code>07F2C68290B50D2C33818D709B60E62B</code> | ||
|- | |- | ||
| | | Vita || 1.00+ Type 2 || <code>B7DBB5FB8BF08D8686FBBD38A54FDEB0</code> | ||
|- | |- | ||
| | | Vita || 1.00+ Type 3 || <code>9B4C1FBA19B17747BC1A20964C40DF4A</code> | ||
|- | |- | ||
| | | Vita || 1.00+ Type 4 || <code>8465F75EB49D6222F2F1E0A8973046EF</code> | ||
|- | |- | ||
|} | |} | ||
== | == index.dat keysets == | ||
These AES-CBC 256-bit keys are used in [[index.dat]] file decryption. | |||
These | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
! Type !! Version !! RIV || ERK | |||
|- | |- | ||
| | | index.dat || 1.00-1.691 || <code>37FA4ED2B6618B59B34F770FBB92947B</code> || <code>06CC2E8FD40805A736F17CF2C13D58A6C8CF107E9E4A66AE25D39CA21C2531CC</code> | ||
| | |||
|- | |- | ||
| index.dat || | | index.dat || 1.80+ || <code>37FA4ED2B6618B59B34F770FBB92947B</code> || <code>272AE4378CB06BF3F658F51C77ACA2769BE87FB19BBF3D4D6B1B0ED226E39CC6</code> | ||
|| <code> | |||
|- | |- | ||
|} | |} | ||
== Title Update Download Link keyset == | == Title Update Download Link keyset == | ||
This HMAC key is for downloading game title updates. See link [http://wololo.net/talk/viewtopic.php?f=54&t=44091 here] for details. | This HMAC key is for downloading game title updates. See link [http://wololo.net/talk/viewtopic.php?f=54&t=44091 here] for details. | ||
Compiled GUI App: [http://www. | Compiled GUI App: [http://www.vitadevwiki.com/index.php?title=Tools#Vita_Title_Update_HMAC_Tool Vita Tools] | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |||
! Type !! Version !! HMAC | ! Type !! Version !! HMAC | ||
|- | |- | ||
| Title Update || 1.00+ || <code>E5E278AA1EE34082A088279C83F9BBC806821C52F2AB5D2B4ABD995450355114</code> | | Title Update || 1.00+ || <code>E5E278AA1EE34082A088279C83F9BBC806821C52F2AB5D2B4ABD995450355114</code> | ||
|- | |- | ||
|} | |} |