Editing PSN Handshake Signup
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: | ||
''this page needs cleanup and proper formatting'' | |||
Line 54: | Line 54: | ||
0xc8: 20 Byte - SIGNATURE -> maybe HMAC/SHA1 | 0xc8: 20 Byte - SIGNATURE -> maybe HMAC/SHA1 | ||
</pre> | </pre> | ||
* | * often found before Name/Handle, assigned at signup and store at first 8 byte of cache | ||
* * | * * seems to be the same for the same for every console, differs for others | ||
Size | Size | ||
Line 88: | Line 88: | ||
==Profile Settings== | ==Profile Settings== | ||
=== | ===request=== | ||
On finalize auth ps3 request profile settings is xml based process | On finalize auth ps3 request profile settings is xml based process | ||
Line 104: | Line 104: | ||
Contents: | Contents: | ||
<pre> <profile platform="ps3" sv="[VERSION | <pre> <profile platform="ps3" sv="[VERSION"> | ||
<ticket>[encrypted with base64 auth handshake]</ticket> | <ticket>[encrypted with base64 auth handshake]</ticket> | ||
<env>[enviroment]</env> | <env>[enviroment]</env> | ||
Line 112: | Line 112: | ||
nb: ''[environment] is one of the [[Environments]] lowercased'' | nb: ''[environment] is one of the [[Environments]] lowercased'' | ||
=== | ===response=== | ||
and get profile responses here : | and get profile responses here : | ||
Line 138: | Line 138: | ||
</pre> | </pre> | ||
*Get profile need's other certicate to auth ssl connection in this case Dnas root 05 | *Get profile need's other certicate to auth ssl connection in this case Dnas root 05 | ||