Sony says it can fix private key crack
thinq.co.uk
Sony says it can fix private key crack
1–10 of 26 posts
Re: Sony says it can fix private key crack
#2I'd love to be privy to the email exchanges that must be going on there between their engineers and management...
Alternatively they do have a solution, and it's something to the effect of "nuke it from orbit"/"if we can't have it, nobody can". They already tried to take that approach with OtherOS, so this should get entertaining if that's the case.
Re: Sony says it can fix private key crack
#3Re: Sony says it can fix private key crack
#4My guess? The suits at Sony, being as incompetent now as they always have been, still haven't realized the seriousness of their situation. I'd love to be privy to the email exchanges that must be going on there between their engineers and management... Alternatively they do have a solution, and it's something to the effect of "nuke it from orbit"/"if we can't have it, nobody can". They already tried to take that appr…
Re: Sony says it can fix private key crack
#5Let's say they update the hardware to include a new public key. They now have the issue that existing signatures don't verify properly. You can mitigate this by having a list of existing valid signatures which can use the old key, but that can't be the best way. Can anyone come up with another?
I do not know how firmware gets signed on PS3, but an alternative could be that all software already is signed with a second key. If so, having new firmware check for that key would close the hole. If they used the same broken algorithm, not for long, though.
Re: Sony says it can fix private key crack
#6Let's say they update the hardware to include a new public key. They now have the issue that existing signatures don't verify properly. You can mitigate this by having a list of existing valid signatures which can use the old key, but that can't be the best way. Can anyone come up with another?
Re: Sony says it can fix private key crack
#7The main problem is the memory limitations of 256MB+256MB but with careful configuration it can be just OK.
I wouldn't be surprised if this ends up making the PS3 ubiquitous leaving all the other consoles behind. Even in spite of the poor higher management coming from old media (the ones pissing off traditional developers, forcing Blu-Ray and that insane rootkit.)
http://en.wikipedia.org/wiki/Howard_Stringer
http://en.wikipedia.org/wiki/Sony_BMG_copy_protection_rootki...
Re: Sony says it can fix private key crack
#8Re: Sony says it can fix private key crack
#9They can simply check the date it was signed: if (dateSigned() < 1293775200) { // Verify with old PubKey } else { // Use new PubKey } What is the big deal here?
Re: Sony says it can fix private key crack
#10They can simply check the date it was signed: if (dateSigned() < 1293775200) { // Verify with old PubKey } else { // Use new PubKey } What is the big deal here?