04-01-2022, 07:11 PM
Found the issue it was this
sudo dd if=test_Luks_Partition.001 of=test_Luks_Partition.dd bs=512 count=4079
Changed it to
dd if=/dev/sda1 of=header.luks bs=512 count=4097
Cracked!! Hope it helps
sudo dd if=test_Luks_Partition.001 of=test_Luks_Partition.dd bs=512 count=4079
Changed it to
dd if=/dev/sda1 of=header.luks bs=512 count=4097
Cracked!! Hope it helps