Did you try to crack the volume that you created as an example on your vm ?
Can you perform the same test (creating a new luks "file") on the actual machine.
I'm not sure if the raid setup really makes any difference
update: since your payload offset seems to be 4096:
try to see if those bytes are not all zero:
Can you perform the same test (creating a new luks "file") on the actual machine.
I'm not sure if the raid setup really makes any difference
update: since your payload offset seems to be 4096:
Code:
Payload offset: 4096
try to see if those bytes are not all zero:
Code:
dd if=_luks4.luks bs=1 skip=$((4096 * 512)) count=128 2>/dev/null | xxd -g 1