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= | ||
=GEOM bswap16= | =GEOM bswap16= | ||
Line 10: | Line 6: | ||
* Swaps bytes in every 16-bit word | * Swaps bytes in every 16-bit word | ||
* Similar to dm-bswap16 on Linux. | * Similar to dm-bswap16 on Linux. | ||
* The kernel module needs a user-space GEOM counterpart, a | * The kernel module needs a user-space GEOM counterpart, a shred library which is loaded and used by geom application to send commands to the kernel part. | ||
http://gitorious.ps3dev.net/ps3freebsd/geom-bswap16 | http://gitorious.ps3dev.net/ps3freebsd/geom-bswap16 | ||
Line 52: | Line 48: | ||
* | * | ||
00100000 | 00100000 | ||
</pre> | </pre> | ||
=GEOM geli= | =GEOM geli= | ||
=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/ | ||