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 121: | Line 119: | ||
=GEOM part PS3= | =GEOM part PS3= | ||
=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/ | ||