HDD Encryption/Decryption: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 1: | Line 1: | ||
[[Category:Linux]] | [[Category:Linux]] | ||
=Introduction= | =Introduction= | ||
=GEOM bswap16= | |||
* Swaps bytes in every 16-bit word | |||
* Similar to dm-bswap16 on Linux. | |||
=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/ |
Revision as of 20:30, 28 February 2013
Introduction
GEOM bswap16
- Swaps bytes in every 16-bit word
- Similar to dm-bswap16 on Linux.