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 3,472: | Line 3,472: | ||
== NID generation suffixes == | == NID generation suffixes == | ||
* | * algo is sha1(name + suffix) | ||
=== No suffix === | === No suffix === | ||
Line 3,478: | Line 3,478: | ||
For some PSP and PS Vita old NIDs, there was no suffix at all: algo was simply sha1(name). | For some PSP and PS Vita old NIDs, there was no suffix at all: algo was simply sha1(name). | ||
=== PS3 NONAME suffix === | === PS3 NONAME default suffix === | ||
<pre> | <pre>bc5eba9e042504905b64274994d9c41f</pre> | ||
To check how to use this suffix (see: [https://www.psdevwiki.com/ps3/Keys#PS3_NONAME_NIDs_Salt]). | |||
=== PS3 default suffix === | === PS3 default suffix === | ||
Line 3,488: | Line 3,488: | ||
<pre>6759659904250490566427499489741A</pre> | <pre>6759659904250490566427499489741A</pre> | ||
=== PS Vita NONAME default suffix === | |||
=== PS Vita NONAME suffix === | |||
<pre>c1b886af5c31846467e7ba5e2cffd64a</pre> | <pre>c1b886af5c31846467e7ba5e2cffd64a</pre> | ||
== SceKrm == | == SceKrm == |