http://www.buskillvampfih2iucxhit3qp36i2zzql3u6pmkeafvlxs3tlmot5yad.onion/luks-self-destruct
The only two data fields that match exactly are the ‘ LUKS 0xbabe ‘ “magic number” field and the version field. offset length name data type description 0 6 magic number byte[] ‘L’,’U’,’K’,’S’, 0xba, 0xbe 6 2 version uint16_t LUKS version As the table above shows, our first field is the so-called LUKS_MAGIC field that starts at byte 0 and is 6 bytes long. user@host:~$ hexdump -Cn 6 -s 0 luksVol1
00000000 4c 55 4b 53 ba be ...