Editing HDD Encryption
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 210: | Line 210: | ||
* ENCDEC tweak and data keys are passed to lv1ldr NOT in clear text. | * ENCDEC tweak and data keys are passed to lv1ldr NOT in clear text. | ||
* ENCDEC keys are computed by lv1ldr with AES-CBC-256 by encrypting 32byte seeds. | * ENCDEC keys are computed by lv1ldr with AES-CBC-256 by encrypting 32byte seeds. | ||
* | * metldlr passes to lv1ldr AES-CBC-256 IV and key which are used to compute ENCDEC keys. | ||
* I tested my ENCDEC keys with my ps3encdec Linux driver and set them again, and VFLASH was still working fine. As soon as i changed some bits in these keys, VFLASH could not be decrypted properly anymore :) It means keys are correct. | * I tested my ENCDEC keys with my ps3encdec Linux driver and set them again, and VFLASH was still working fine. As soon as i changed some bits in these keys, VFLASH could not be decrypted properly anymore :) It means keys are correct. | ||
* dump_encdec_keys.tar.gz: http://www.multiupload.nl/5PIRW98Z5X | * dump_encdec_keys.tar.gz: http://www.multiupload.nl/5PIRW98Z5X |