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 36: | Line 36: | ||
hexdump -C /dev/md0 | hexdump -C /dev/md0 | ||
00000000 bb aa dd cc 00 00 00 00 00 00 00 00 00 00 00 00 |................| | 00000000 bb aa dd cc 00 00 00 00 00 00 00 00 00 00 00 00 |................| | ||
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | ||
Line 45: | Line 44: | ||
hexdump -C /dev/md0.bswap16 | hexdump -C /dev/md0.bswap16 | ||
00000000 aa bb cc dd 00 00 00 00 00 00 00 00 00 00 00 00 |................| | 00000000 aa bb cc dd 00 00 00 00 00 00 00 00 00 00 00 00 |................| | ||
00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| | 00000010 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| |