Editing Talk: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 975: | Line 975: | ||
1A3F0 60 01 0B 71 06 31 E4 35 A7 D9 15 E8 2A E8 8E DE < pub | 1A3F0 60 01 0B 71 06 31 E4 35 A7 D9 15 E8 2A E8 8E DE < pub | ||
1A400 66 72 64 65 6C B7 06 2E 00 00 00 00 00 00 00 00 < pub | 1A400 66 72 64 65 6C B7 06 2E 00 00 00 00 00 00 00 00 < pub | ||
1A410 84 4F 80 F3 C5 7C 45 5C 7F 09 00 00 00 00 00 00 < | 1A410 84 4F 80 F3 C5 7C 45 5C 7F 09 00 00 00 00 00 00 < root_scramlbe_key | ||
1D140 F9 2C 86 66 EF FB AC 7E B5 83 E5 4A 25 7F 7C 05 < sk1_key | 1D140 F9 2C 86 66 EF FB AC 7E B5 83 E5 4A 25 7F 7C 05 < sk1_key | ||
Line 993: | Line 993: | ||
1DE10 22 95 C6 CA 7F 1E 54 7A B3 0E DF D7 EE 5C B8 12 < erk_obf | 1DE10 22 95 C6 CA 7F 1E 54 7A B3 0E DF D7 EE 5C B8 12 < erk_obf | ||
1DE20 9B 32 B2 0F A7 72 80 F1 09 5E A1 3F 1C 2D 5C 99 < riv_obf | 1DE20 9B 32 B2 0F A7 72 80 F1 09 5E A1 3F 1C 2D 5C 99 < riv_obf | ||
Unscrambling script: key_unscrambler.py | Unscrambling script: key_unscrambler.py | ||
Line 1,034: | Line 1,035: | ||
print 'riv_dec:', riv_dec.encode('hex') | print 'riv_dec:', riv_dec.encode('hex') | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Scrambling script: key_scrambler.py | Scrambling script: key_scrambler.py | ||
<syntaxhighlight lang="python" enclose="div"> | <syntaxhighlight lang="python" enclose="div"> | ||
from CryptoPlus.Cipher import AES | from CryptoPlus.Cipher import AES | ||
Line 1,075: | Line 1,074: | ||
print 'riv_obf:', riv_obf.encode('hex')</code> | print 'riv_obf:', riv_obf.encode('hex')</code> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
source: [http://www.ps3news.com/forums/ps3-hacks-jailbreak/ps3-lv0-keys-leaked-4-21-4-25-4-30-cfw-updates-incoming-124532-24.html] | |||
= SPU Status Codes = | = SPU Status Codes = |