Editing HDD Encryption/Decryption
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 1: | Line 1: | ||
[[Category: | [[Category:Linux]] | ||
=Introduction= | =Introduction= | ||
Line 86: | Line 86: | ||
geom bswap16 create md1 | geom bswap16 create md1 | ||
geom aes_xts create -k hdd_key.bin /dev/md1.bswap1 | geom aes_xts create -k hdd_key.bin /dev/md1.bswap1 | ||
Line 123: | Line 121: | ||
* Alternative: Parse the PS3 partition table manually and use '''gnop''' GEOM to create regions | * Alternative: Parse the PS3 partition table manually and use '''gnop''' GEOM to create regions | ||
* But GEOM '''part''' is cooler because it does it automatically | * But GEOM '''part''' is cooler because it does it automatically. | ||
=Links= | =Links= | ||
* https://www.dan.me.uk/blog/2012/05/05/full-disk-encryption-in-freebsd-9-x-well-almost/ | * https://www.dan.me.uk/blog/2012/05/05/full-disk-encryption-in-freebsd-9-x-well-almost/ | ||