Editing Mounting HDD on PC
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 149: | Line 149: | ||
# create DM crypto target | # create DM crypto target | ||
# key size is 256bit because PS3 uses XTS-AES-128 and the key is just the | # key size is 256bit because PS3 uses XTS-AES-128 and the key is just the conctentation of the data and tweak keys. | ||
cryptsetup create -c aes-xts-plain64 -d ./hdd_key.bin -s 256 test_crypt /dev/mapper/test | cryptsetup create -c aes-xts-plain64 -d ./hdd_key.bin -s 256 test_crypt /dev/mapper/test |