LUKS encryption with external header file
#8
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
Reply


Messages In This Thread
RE: LUKS encryption with external header file - by Alcanjp - 04-01-2022, 07:11 PM