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 165: | Line 165: | ||
==Test== | ==Test== | ||
* To test your ATA XTS tweak and data keys, you need encrypted HDD sectors. You can either connect your HDD to PC and dump it or use my ps3vuart-tools on Linux and clear ATA keys and then dump it from ps3da. I tried both methods. But make sure you unmount all HDD regions before using ps3vuart-tools to clear your ATA keys | * To test your ATA XTS tweak and data keys, you need encrypted HDD sectors. You can either connect your HDD to PC and dump it or use my ps3vuart-tools on Linux and clear ATA keys and then dump it from ps3da. I tried both methods. But make sure you unmount all HDD regions before using ps3vuart-tools to clear your ATA keys. | ||
* I coded a small application which implements XTS-AES encryption/decryption. XTS-AES paper is a good reference how to implement it. | * I coded a small application which implements XTS-AES encryption/decryption. XTS-AES paper is a good reference how to implement it. | ||
* You have to pass the correct sector number in order to get correct results. | * You have to pass the correct sector number in order to get correct results. |