Veracrypt system disk encryption
#4
(05-04-2017, 03:09 PM)kiara Wrote: great !
what was the exact command that u were using to extract the raw data?

I did it in a hex-editor, but it can easily be done using dd in linux:

dd if=/dev/sdb of=Veracrypt.hash bs=512 skip=62 count=1

(replace /dev/sdb with your disk(image))


Messages In This Thread
Veracrypt system disk encryption - by jallis - 04-21-2017, 01:04 PM
RE: Veracrypt system disk encryption - by jallis - 05-04-2017, 08:43 AM
RE: Veracrypt system disk encryption - by kiara - 05-04-2017, 03:09 PM
RE: Veracrypt system disk encryption - by jallis - 05-04-2017, 03:20 PM