glv2 / bruteforce-luks

Try to find the password of a LUKS encrypted volume.
GNU General Public License v3.0
238 stars 34 forks source link

Is it possible to improve cracking speed with a GPU? #27

Closed micycle8778 closed 4 years ago

glv2 commented 4 years ago

bruteforce-luks uses the cryptsetup library directly to crack the password, so it doesn't have GPU support. You could try the hashcat program if you want to crack with a GPU.