Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
generic salted passwords
02-21-2012, 11:38 PM
Post: #1
generic salted passwords
Hi!

hashcat is a wonderful program. However it can't use salt for all algorithms. I would like to request a "password mask" feature. I imagine it like that:
--use-mask={password}option makes the file format like this:
<hash>:mask
example:
a1b2c3...f9:salt1{password}salt2

I have to test our user database passwords for weak passwords and it uses salted sha512 hashes. If you add this feature it'll be great.
Find all posts by this user
02-22-2012, 10:40 AM
Post: #2
RE: generic salted passwords
why dont you use oclHashcat-lite? you can already do it.
Visit this user's website Find all posts by this user
02-26-2012, 12:36 PM
Post: #3
RE: generic salted passwords
(02-22-2012 10:40 AM)atom Wrote:  why dont you use oclHashcat-lite? you can already do it.

it doesn't support SHA-512
Find all posts by this user
02-26-2012, 12:39 PM
Post: #4
RE: generic salted passwords
beta version does, just wait for next release
Visit this user's website Find all posts by this user
09-07-2012, 05:12 PM
Post: #5
RE: generic salted passwords
Done with oclHashcat-plus v0.09: https://hashcat.net/forum/thread-1541.html

Thread closed
Visit this user's website Find all posts by this user