Quote:
Originally Posted by RyeBrye
What makes you say they are encrypted? I see a checksum file with insanely large hashes, and I see the raw images. I haven't delved into it much further.
What encryption mechanism are they using?
|
The hash is not new, it was already used in the first firmware update for PRS-500. It's an RSA signature checked at device side against a hardcoded public key. However, the firmware images themselves (cramfs.Rootfs.img) were not encrypted; you could see "Compressed ROMFS" text in the binary.
We don't know what they use for PRS-600, I suspect some AES variant.
The firmware updater code is Sony's own, not GPL, so it's not included in the public sources.