|
|
|
|
|
by pd0wm
1633 days ago
|
|
The XOR encryption was just for the update container. Newer update files usually employ some stronger forms of compression/encryption. However, it's usually some strange in-house crypto, so eventually people figure it out. bri3d refers to using RSA signatures on the firmware once it's written to the flash. By ensuring the firmware is signed using the manufacturers private key it should (in theory) prevent messing with the firmware, even if all encryption/flashing steps have been reverse engineered. Some interesting reading:
https://github.com/bri3d/VW_Flash/blob/master/docs/docs.md
https://github.com/jglim/UnsignedFlash |
|