Recovering an encrypted file
#8
What a nice piece of software that binwalk is: found some really nice candidates where to target first.

Tried also out hashcat Veracrypt modes, seems to work but as I can only pass a single hash in the "hashlist" it doesn't do much good.. unless I've misunderstood something ( https://hashcat.net/forum/thread-7668.html )?

Is there any way to use the mode 12100 and get the derived keys as a result in the outfile (with or without poking the source code)? That way I could at least offload most of the work to the GPU. But I guess the hash comparison is done in-kernel and no hashes are read back from the GPU?


Messages In This Thread
Recovering an encrypted file - by nn55 - 11-01-2018, 07:20 PM
RE: Recovering an encrypted file - by jallis - 11-02-2018, 11:13 AM
RE: Recovering an encrypted file - by nn55 - 11-02-2018, 06:11 PM
RE: Recovering an encrypted file - by philsmd - 11-02-2018, 07:15 PM
RE: Recovering an encrypted file - by nn55 - 11-02-2018, 07:46 PM
RE: Recovering an encrypted file - by lapwing - 11-03-2018, 11:56 AM
RE: Recovering an encrypted file - by nn55 - 11-03-2018, 12:40 PM
RE: Recovering an encrypted file - by nn55 - 11-05-2018, 11:02 PM