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 [asc] Author Forum Replies Views Posted
    Thread: Hardware review
Post: RE: Hardware review

An x16 card won't fit in an x8 slot. 1070s don't draw a lot of power, but this entirely depends on the draw of the rest of the hardware in the chassis. Get a Kill-A-Watt and baseline it.
royce Hardware 1 3,027 11-19-2017, 03:25 AM
    Thread: Hahshcat does not support the new rar3 type and needs help
Post: RE: Hahshcat does not support the new rar3 type an...

Please do not post real hashes. See the forum rules here: https://hashcat.net/forum/archive/index.php?announcement-2.html
royce hashcat 1 1,000 11-26-2019, 06:14 PM
    Thread: GTX1050 benckmarks
Post: RE: GTX1050 benckmarks

Thanks for the benchmark! A benchmark for latest (4.0.1) would also be handy, if you still have access to this hardware.
royce Hardware 1 3,621 11-19-2017, 03:21 AM
    Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version

All cards supported by current NVIDIA drivers will work with hashcat. You shouldn't have to use --force (at least, not at this writing. Someday you may have to. The 9xx, 10xx, and 20xx series should a...
royce Hardware 6 4,047 08-25-2018, 08:53 PM
    Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version

More VRAM is good for when you are trying large lists of hashes, or large combos of wordlists+rules, etc. Note also that due to what I believe to be an error in NVIDIA's interpretation of the Open...
royce Hardware 6 4,047 08-25-2018, 11:10 PM
    Thread: gtx 1060 3gb version
Post: RE: gtx 1060 3gb version

I think that should be fine - it's not a hard requirement. You're close enough to it to be OK.
royce Hardware 6 4,047 08-27-2018, 05:18 AM
    Thread: Graphic card or cloud computing
Post: RE: Graphic card or cloud computing

This depends on your use case. If you have a one-time cracking job that will only take a few hours or days, then the cloud makes more sense. If you intend to have longer-running jobs, or multipl...
royce hashcat 3 1,505 10-11-2019, 07:34 AM
    Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps

There is no relationship between WPA2 hash speed and wireless bandwidth speeds.
royce hashcat 6 3,866 05-17-2018, 09:58 PM
    Thread: GPU H/s to router Mbps
Post: RE: GPU H/s to router Mbps

Nope. Totally unrelated ... unless you're using the router itself to crack hashes ;)
royce hashcat 6 3,866 05-18-2018, 04:44 AM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Got it running, kind of

- Your hash is not formatted as -m 1400 - Your mask can be better expressed as -1 ?d- -2 ?l?u?d- -3 ?l?u?d ?d?1?2??3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3?3 - But your mask is much too long, and your ...
royce hashcat 43 4,390 07-30-2020, 04:28 PM
    Thread: GNUPG Symmetric help
Post: RE: GNUPG Symmetric help

hashcat currently has no direct support for PGP/GPG. But John the Ripper does have the 'gpg-opencl' format, which is significantly faster on GPU that the basic 'gpg' format, so using a GPU should s...
royce hashcat 1 2,152 11-19-2017, 01:38 AM
    Thread: Getting new GPU
Post: RE: Getting new GPU

On an extreme budget, a GTX 970 performs similarly to a GTX 1060. Used 970s can be acquired on eBay for $150 or less. Be aware that only 1/4 of the GPU's memory is made available by the NVIDIA Open...
royce Hardware 2 3,416 03-14-2017, 05:28 PM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

I'm not aware of anything dedicated that would natively provide a way to express the rules you described in the original question. At that point, you're basically looking at using python, perl, etc...
royce General Talk 8 6,771 02-22-2018, 09:29 AM
    Thread: Generating wordlist using specific charlist with exclusions
Post: RE: Generating wordlist using specific charlist wi...

Be sure to also do the math to calculate how many password candidates these rules will eliminate compared the speed of your attack. Some of the rules you're describing won't reduce the keyspace very m...
royce General Talk 8 6,771 02-17-2018, 07:31 PM
    Thread: Generated wordlist size is not right?
Post: RE: Generated wordlist size is not right?

You're right - I'm running it against a single hash, and I get the number you're expecting: Code: -- $ cat myowncharset !@#$%^&*? $ ./hashcat -m 5500 -a 3 -1 myowncharset -2 ?1?l?u?d test.h...
royce hashcat 2 3,058 03-26-2017, 02:22 AM
    Thread: GCC Wallet.dat decryption
Post: RE: GCC Wallet.dat decryption

hashcat doesn't currently directly support this hash, but based on some information I got from elsewhere, it's possible that bitcoin2john might work to extract the hash. According my source, GCC uses ...
royce hashcat 1 4,948 11-19-2017, 02:20 AM
    Thread: Full hashcat benchmark of AMD Vega 64 on ROCm
Post: RE: Full hashcat benchmark of AMD Vega 64 on ROCm

Cool, thanks for the benchmarks.
royce User Contributions 1 12,268 11-19-2017, 03:25 AM
    Thread: FPGA cards?
Post: RE: FPGA cards?

I don't think there is much practically possible yet. The hashcat framework is now there to be developed against, but it is subject to both hardware capabilities and an actual OpenCL implementation on...
royce Hardware 4 5,101 02-03-2017, 03:21 AM
    Thread: FPGA cards?
Post: RE: FPGA cards?

There appear to be Xilinx, Altera, and Intel forays into OpenCL but I do not know their status/applicability.
royce Hardware 4 5,101 02-03-2017, 03:23 AM
    Thread: Formatting mask for mask attack
Post: RE: Formatting mask for mask attack

If there are only a few substitions, hashcat's -1/-2/-3/-4 (aka --custom-charset[1234]) can help with this. If it's more than that, generating a custom list of masks using maskprocessor (https://gi...
royce hashcat 2 2,433 12-13-2017, 05:43 AM