Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [asc] Views Posted
    Thread: x3 radeon hd 6870
Post: RE: x3 radeon hd 6870

Speed would be around 11BH/s which ~ the same as a single R9 290x
atom Hardware 3 7,016 07-16-2014, 10:03 AM
    Thread: Rdmine troubles
Post: RE: Rdmine troubles

the salt is to long (32)! max supported is 15
atom Old oclHashcat Support 3 5,844 07-25-2014, 05:31 PM
    Thread: Oracle 10 hash type
Post: RE: Oracle 10 hash type

oracle 10 is supported with oclHashcat only (gpu version) on which it is -m 3100, you propably tried hashcat (cpu version) the format is hash:username see https://hashcat.net/wiki/doku.php?id=exampl...
atom Old hashcat Support 3 7,325 07-25-2014, 05:32 PM
    Thread: Cracking md5(md5($pass.$salt).$salt)
Post: RE: Cracking md5(md5($pass.$salt).$salt)

yeah, due to the per-connection salt speciality it requires a new hash-mode and therefore you need to create a feature request on hashcat's trac
atom Old hashcat Support 3 9,945 07-25-2014, 05:34 PM
    Thread: Rdmine troubles
Post: RE: Rdmine troubles

I guess you're right. I took a quick look at the ruby sources: Code: -- # Returns a 128bits random salt as a hex string (32 chars long) def self.generate_salt Redmine::Utils.random_hex...
atom Old oclHashcat Support 3 5,844 07-25-2014, 07:02 PM
    Thread: Custom solution for MD5?
Post: RE: Custom solution for MD5?

doesn't look untypical for me. it's the opposite, it looks more like a typical custom algorithm used in a php app or so. in this case its simply md5(salt1.md5(pass).salt2)?
atom Old oclHashcat Support 3 7,638 08-07-2014, 11:02 AM
    Thread: oclHashcat for AMD v1.30 slow with "mask"
Post: RE: oclHashcat for AMD v1.30 slow with "mask"

Because you lose the amplifier. That's very technical and goes back how oclhashcat partially reverses the MD5. The best workaround is to use it as a salted hash: oclHashcat32.exe -m 20 -a 3 8fa1c84...
atom Old oclHashcat Support 3 6,935 08-28-2014, 06:05 PM
    Thread: oclHashcat for AMD v1.30 slow with "mask"
Post: RE: oclHashcat for AMD v1.30 slow with "mask"

yes, same case, but there's no salted version of NTLM as this algorithm isn't used in a generic case. for ntlm, the only way to solve this is to produce 2 half dictionaries using maskprocessor and the...
atom Old oclHashcat Support 3 6,935 08-29-2014, 11:34 AM
    Thread: GET EXCITED! 1.2 rel vs 1.31 rc2
Post: RE: GET EXCITED! 1.2 rel vs 1.31 rc2

Thanks Rolf for the comparison, good work! For all others, keep in mind that those changes only reflect the change for GTX TITAN. Previous TITAN support wasn't perfect (as you can see). There's...
atom Old oclHashcat Support 3 8,437 10-02-2014, 03:54 PM
    Thread: GET EXCITED! 1.2 rel vs 1.31 rc2
Post: RE: GET EXCITED! 1.2 rel vs 1.31 rc2

That will not work (or at least very unfair) because of the newly added instructions that make Maxwell that fast. I'm sure CUDA runtime will complain
atom Old oclHashcat Support 3 8,437 10-02-2014, 04:02 PM
    Thread: ERROR: clBuildProgram() -11
Post: RE: ERROR: clBuildProgram() -11

It's a very rare GPU. Can you post clinfo please?
atom Old oclHashcat Support 3 9,512 10-08-2014, 04:05 PM
    Thread: Multi-GPU problem
Post: RE: Multi-GPU problem

How did you test? Did you use -b for benchmark?
atom Hardware 3 7,243 10-21-2014, 11:39 AM
    Thread: Random or not
Post: Random or not

This is more or less a note-to-self, but feel free to comment. While I was generating a new password for a new account I caught myself in being somehow selective! That means that there's somethi...
atom General Talk 3 7,108 10-27-2014, 02:32 PM
    Thread: Random or not
Post: RE: Random or not

It's as I said, all character-classes (?l, ?u and ?d) have to be inside with a nearly equal amount.. Like 2 lower, 2 upper, 3 digits, etc. It's like a internal password policy.
atom General Talk 3 7,108 10-28-2014, 03:18 PM
    Thread: cracked WPA doesnt work
Post: RE: cracked WPA doesnt work

maybe the cloned mac is already connected
atom Old oclHashcat Support 3 5,803 01-09-2015, 11:45 AM
    Thread: performance diffrence PCIe
Post: RE: performance diffrence PCIe

AFAIK there have never been made any benchmarks, or published. People say it does not make any difference.
atom Hardware 3 6,438 01-09-2015, 04:56 PM
    Thread: MS-CACHEv2
Post: RE: MS-CACHEv2

That's the wrong approach. Your wordlist is your capital.
atom General Help 3 5,620 01-29-2015, 12:12 PM
    Thread: maskprocessor and statsprocess are now open source
Post: maskprocessor and statsprocess are now open source

License is MIT https://github.com/jsteube/
atom hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 7,263 02-09-2015, 05:39 PM
    Thread: how to generat a wordlist from a mask
Post: RE: how to generat a wordlist from a mask

Wait, there's a builtin hybrid mode -a6 and -a7
atom General Help 3 5,711 02-12-2015, 12:00 AM
    Thread: Problem with nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
Post: RE: Problem with nsldaps, SSHA-1(Base64), Netscape...

Hashcat handles CRLF automatically, at least \r\n and \n, not \r
atom Old oclHashcat Support 3 6,641 02-26-2015, 11:58 AM