Bcrypt recovery with known salt?
#1
Hi there, I was interested in testing out your bcrypt speed vs johns.

I have a known password, a known salt, and the bcrypt hash.

To avoid breaking any rules, let's say my password is password, the salt is aBcDeFG, and the hash is $2a$10$randomstuff

In john, if I place the hash file in the format of aBcDeFG:$2a$10$randomstuff, and use my wordlist, my known password is discovered nearly instantly.

In oclHashCat, I receive a WARNING: Hashfile 'knownPassword.txt' in line 1 (*salt:hash*): Line-length exception

I've looked for how to use custom hashes, but cannot find it. Is this not supported?


Messages In This Thread
Bcrypt recovery with known salt? - by bobsaggat - 12-29-2013, 12:01 AM
RE: Bcrypt recovery with known salt? - by epixoip - 12-29-2013, 12:37 AM
RE: Bcrypt recovery with known salt? - by philsmd - 12-29-2013, 08:55 PM