bcrypt hash with salt
#8
What's your GPU card?
Do some math. Aasssuming you have a GTX 1080 Ti, you will try ~23'000 passwords per seconds.
You said "I don't know the length or characters used".
Assuming mixalpha+digits => 62 characters
62 at length 5 will take 11 hours to bruteforce. You can do it.
62 at length 6 will take 28 days to bruteforce. You still can do it..
62 at length 7 will take ~5 years to bruteforce. Good luck.

Quote:But brute-force is not feasible.
+1


Messages In This Thread
bcrypt hash with salt - by sleclerc - 11-21-2018, 09:49 PM
RE: bcrypt hash with salt - by undeath - 11-21-2018, 11:43 PM
RE: bcrypt hash with salt - by Mem5 - 11-22-2018, 10:46 AM
RE: bcrypt hash with salt - by sleclerc - 11-22-2018, 04:38 PM
RE: bcrypt hash with salt - by Loopy - 11-27-2018, 05:36 PM
RE: bcrypt hash with salt - by undeath - 11-22-2018, 05:36 PM
RE: bcrypt hash with salt - by sleclerc - 11-22-2018, 05:56 PM
RE: bcrypt hash with salt - by undeath - 11-22-2018, 06:14 PM
RE: bcrypt hash with salt - by Mem5 - 11-23-2018, 12:14 AM
RE: bcrypt hash with salt - by undeath - 11-23-2018, 04:50 PM
RE: bcrypt hash with salt - by epixoip - 11-24-2018, 10:26 AM
RE: bcrypt hash with salt - by sleclerc - 11-28-2018, 02:08 PM
RE: bcrypt hash with salt - by undeath - 11-28-2018, 02:41 PM