|
Search Results
|
| Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
| |
|
Thread: LUKS encryption with external header file
Post: RE: LUKS encryption with external header file
| It seems to work when I write a filesystem on the device.
Now, I have another problem - my original disk is full encrypted. Tomorrow I try to merge the header file with data from the disk. However ... |
|
d7volker |
hashcat
|
7 |
24,921 |
02-15-2021, 11:45 PM |
| |
|
Thread: LUKS encryption with external header file
Post: RE: LUKS encryption with external header file
| I made test. I created a header exactly like I did it 2 years ago. My header was created like this:
# truncate -s 2M xheader.img
# cryptsetup luksFormat /dev/sda --hash=sha512 --key-size=512 --ali... |
|
d7volker |
hashcat
|
7 |
24,921 |
02-15-2021, 10:21 PM |
| |
|
Thread: LUKS encryption with external header file
Post: RE: LUKS encryption with external header file
| It seems to be impossible to do this with hashcat, as it doesn't support external LUKS headers.
My header is 2097152 bytes long, if I pad the header to 2097664 bytes, hashcat does run on it, but it... |
|
d7volker |
hashcat
|
7 |
24,921 |
02-15-2021, 07:12 PM |
| |
|
Thread: LUKS encryption with external header file
Post: LUKS encryption with external header file
| Hi,
in the past I used a external header for full disk encryption. That means I have the header already available. But when I start hashcat I got the following:
d7v@nano:~/src/hashcat$ hashcat -... |
|
d7volker |
hashcat
|
7 |
24,921 |
02-15-2021, 04:42 PM |