PS3 HTTPS Decryption - PS3

heinick

Forum Noob
hello everyone, i was taking a look at PSDevWiki's PS3 Online Connections Page (https://www.psdevwiki.com/ps3/Online_Connections) and i noticed the X-Platform-Passphrases were not included for the latest version. is there anyway to decrypt the HTTPS connections for PSN authentication and grab the platform passphrase? i heard the SSL certificates are hashed so it would be a bad idea to replace the existing ones. thanks
 
I'm unsure what TLS versions are being used nor what key algo's etc are in play but it will be very hard if not impossible to decrypt any HTTPS messages without the relevant private key

EDIT: There is potentially a way to do this in wireshark using session symmetric keys, wireshark has to capture the entire TLS process at the very least. But worth a deeper dive into for sure.​
 
I'm unsure what TLS versions are being used nor what key algo's etc are in play but it will be very hard if not impossible to decrypt any HTTPS messages without the relevant private key

EDIT: There is potentially a way to do this in wireshark using session symmetric keys, wireshark has to capture the entire TLS process at the very least. But worth a deeper dive into for sure.​
a bit late to reply, but i would imagine that it would be alot easier to achieve using CFW and some kind of hooking in the TLS libraries.
 
Back
Top