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

Search Results
Post Author Forum Replies [desc] Views Posted
    Thread: Is it possible to run Hashcat on XP
Post: RE: Is it possible to run Hashcat on XP

you could just upload a new extra packaging for XP.
undeath Old hashcat Support 22 40,095 01-05-2013, 10:44 PM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

here is some python code. works the same as atom's code but instead of a single hash you specify a hash list. However it's way slower. (at least for small amounts of hashes) https://pastebin.com/ZFv...
undeath Old hashcat Support 22 44,507 01-26-2013, 12:59 AM
    Thread: 2x7970 freeze windows and linux too
Post: RE: 2x7970 freeze windows and linux too

remove --gpu-loops 4096 and see what happens.
undeath General Help 22 46,992 01-30-2013, 10:16 PM
    Thread: 2x7970 freeze windows and linux too
Post: RE: 2x7970 freeze windows and linux too

probably a defective card. I suspect the GHz edition. Try testing both cards separately.
undeath General Help 22 46,992 01-30-2013, 11:04 PM
    Thread: 2x7970 freeze windows and linux too
Post: RE: 2x7970 freeze windows and linux too

Then this might be a heat problem. Try running both cards with an open case and maybe put another fan there.
undeath General Help 22 46,992 01-30-2013, 11:55 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

The brain wallet is directly derived from the password. According to the website it's just sha256(pw). That will yield the private key, from which you need to derive the public key, and then the addre...
undeath hashcat 22 17,308 07-13-2018, 11:59 AM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

You can use the sha256 kernel and modify that to add ecdsa public key derivation, then ripemd160. But well, that's what needs to be done.
undeath hashcat 22 17,308 07-13-2018, 12:15 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

instead of using hashcat you are probably better off using an existing implementation: https://github.com/ryancdotorg/brainflayer
undeath hashcat 22 17,308 07-13-2018, 12:18 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

philsmd Wrote: (07-13-2018, 12:23 PM) -- You would need to have a huge amount of bitcoin in that wallet and a lot of hardware to throw at it (don't forget about the energy cost etc too) to justify th...
undeath hashcat 22 17,308 07-13-2018, 12:49 PM
    Thread: Missing partial password chunk in LM cracking
Post: RE: Missing partial password chunk in LM cracking

the beta versions are not publicly available.
undeath Very old oclHashcat-lite Support 23 45,297 02-23-2012, 12:51 PM
    Thread: Missing partial password chunk in LM cracking
Post: RE: Missing partial password chunk in LM cracking

atom Wrote: (02-23-2012, 05:07 PM) -- @f0cker thats the correct behaivior. if its not correct displayed in your shell its more likely its a terminal emulation problem. -- it sounds like hashcat is ...
undeath Very old oclHashcat-lite Support 23 45,297 02-23-2012, 05:11 PM
    Thread: oclHashcat-lite gtx680 benchmarks
Post: RE: oclHashcat-lite gtx680 benchmarks

kigg Wrote: (04-08-2012, 07:33 PM) -- I think it is like this because the code isn't optimised for the new 28nm cards. -- It is, and has always been, because Nvidia cards suck at GPGPU. https://i...
undeath Hardware 23 70,083 04-08-2012, 11:34 PM
    Thread: need help with sha512
Post: RE: need help with sha512

no. crypt uses PBKDF2.
undeath Very old oclHashcat-lite Support 23 49,309 07-08-2012, 04:59 PM
    Thread: need help with sha512
Post: RE: need help with sha512

epixoip Wrote: (07-09-2012, 05:22 AM) -- you're thinking of pbkdf2-hmac-sha512, like what grub uses. sha512crypt doesn't use pbkdf2. sha512crypt is actually based on md5crypt. see https://www.akkadia....
undeath Very old oclHashcat-lite Support 23 49,309 07-09-2012, 12:32 PM
    Thread: oclHashcat new features / algorithms
Post: RE: oclHashcat new features / algorithms

Seeing the "No new algorithm, add true support for utf-16" option reminds me that true UTF-8 support would be great. Like UTF-8 aware rules, masks aso.
undeath Organisation and Events 23 52,607 10-09-2014, 06:11 PM
    Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?

Saint Wrote: (12-29-2014, 12:03 AM) -- It would be saved in the list as this 098f6bcd4621d373cade4e832627b4f6:test -- not like rainbow tables are already bad, you want to make it even worse.
undeath General Talk 23 40,649 12-29-2014, 01:42 AM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

Simply adding multiprocessing to that step won't do the trick. The bottleneck is likely not the CPU but your hard drive from which the wordlist has to be read in full.
undeath hashcat 23 2,532 08-16-2020, 12:43 PM
    Thread: correct command line
Post: RE: correct command line

Are you running The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)? If you do, don't. If you don't you still need the correct Intel OpenCL runtime, not pocl. And remove the unicode dash in f...
undeath hashcat 24 22,564 11-11-2017, 12:05 PM
    Thread: correct command line
Post: RE: correct command line

you did not specify the mode on windows
undeath hashcat 24 22,564 11-15-2017, 06:54 PM
    Thread: correct command line
Post: RE: correct command line

Don't add rules just for the sake of adding rules. Low workload is not an error but a warning. Looks like it's working as intended, though going very slow as expected for veracrypt. And don't us...
undeath hashcat 24 22,564 11-16-2017, 02:24 AM