Trying to get into an encrypted drive on my PC
#1
Photo 
I'm trying to get onto an encrypted drive on my PC, but I'm horrendously bad at using hash cat. 

I think I managed to run a bunch of passwords on it, but I'm not even really sure about that. I used the following command and I couldn't decipher the output. It was each line on the wordlist followed by "`$`\r`" without quotes. 

cat wordlist.TXT | xargs -t -p `nproc` -i echo {} | cryptsetup --verbose --test-passphrase open /dev/nvme0n1p3 mountpoin

if anyone could at least tell me if this command works, or how I'm supposed to interpret it's output that would be a massive help.
Reply


Messages In This Thread
Trying to get into an encrypted drive on my PC - by dessa - 09-22-2026, 11:26 PM