View Single Post
Old 01-30-2013   #22
sguerrini97
Member
 
Join Date: Jun 2011
Posts: 96
Likes: 43
Liked 14 Times in 12 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
Originally Posted by zecoxao View Post
nah, you need to encrypt it back. hold on a sec, i'll upload my newest commit to github, i've just added hdd encryption. MAKE SURE YOU TEST IT! (i've tested with a zeroed sample but i need testers to see if it actually works).

To test:

compare md5sum(or sha1) hash of sectors to sectors_encrypted. if it matches, you can use it safely .

edit: ok , just added, feel free to test it.
Thank you, I'm going to try this as soon as possible (I'm making a raw copy of my hdd with dd right now )

Edit: @zecoxao
When I select option 1 (decrypt HDD) the tool give me my keys (ATA DATA, ATA TWEAK, ENCDEC DATA, ENCDEC TWEAK) but generates a null (0 byte) sectors_decrypted file.

My "sectors" file is the full HDD dump (80GB) from a slim ps3, should I split it in sectors (512 byte)?
However the eid decryption is working fine.
Thank you again

Edit 2: with a single sector (512 byte) as "sectors" file, I got "Segmentation fault (core dump created).".
The tool compiles fine so I don't think I miss some dependences.. And I'm on Ubuntu 12.10.

Last edited by sguerrini97; 01-30-2013 at 03:32 PM.
sguerrini97 is online now   Reply With Quote
Likes: (1)