12-29-2013, 12:01 AM
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?
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?