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 [desc] Forum Replies Views Posted
    Thread: Is this an ok price?
Post: RE: Is this an ok price?

Let me count the ways: 1. Low-end components. Junk motherboard, cheap-ass risers that fail, etc. For mining you want the cheapest hardware possible to maximize ROI. This is not true for password cr...
epixoip Hardware 6 4,373 10-09-2018, 01:42 AM
    Thread: PBKDF2-SHA256 Signature unmatched error
Post: RE: PBKDF2-SHA256 Signature unmatched error

You don't need to use JTR to reformat the hash string. Let's say you have a pbkdf2 hash in passlib format (plaintext is "password"): Code: -- $pbkdf2-sha256$29000$9t7be09prfXee2/NOUeotQ$Y.RDnnq8vs...
epixoip hashcat 5 5,459 10-09-2018, 08:40 PM
    Thread: Mixed hardware questions - 1080Ti's and 2080
Post: RE: Mixed hardware questions - 1080Ti's and 2080

Mixing hardware is fine.
epixoip Hardware 2 2,669 10-09-2018, 09:23 PM
    Thread: Benchmark vs Mask NTLM
Post: RE: Benchmark vs Mask NTLM

Sorry, didn't see that reply. Kind of got lost in the wall of quoted text. In the future, please do not quote other people's posts in your reply unless doing so adds significant value to your reply. A...
epixoip hashcat 5 3,237 10-10-2018, 07:49 AM
    Thread: Thanks
Post: RE: Thanks

epixoip User Contributions 2 3,034 10-11-2018, 09:10 PM
    Thread: Safe power draw
Post: RE: Safe power draw

Adding a large swap file will prevent Hashcat from crashing, yes. But it will be slooooooooowwwwwww.
epixoip Hardware 15 10,801 10-12-2018, 03:45 AM
    Thread: Doesn't find plain SHA-256 hashes in dictionary
Post: RE: Doesn't find plain SHA-256 hashes in dictionar...

Rookie error, using 'echo' instead of 'echo -n'
epixoip hashcat 3 2,285 10-13-2018, 08:09 PM
    Thread: 2080ti $Bitcoin$ hashrate
Post: RE: 2080ti $Bitcoin$ hashrate

I think you should learn to post plaintext instead of screenshots.
epixoip Hardware 5 4,355 10-14-2018, 06:25 PM
    Thread: Radeon HD 6850 Win 7
Post: RE: Radeon HD 6850 Win 7

AMD dropped driver support for non-GCN GPUs. The last driver to support VLIW GPUs was Catalyst 15.9; however, per the front page of the website, "AMD GPUs on Windows require "AMD Radeon Software Crims...
epixoip hashcat 4 3,218 10-23-2018, 06:41 AM
    Thread: Keep temp under certain treshold?
Post: RE: Keep temp under certain treshold?

Cracking on a laptop is a great way to ensure that you'll soon have to buy a new laptop. https://twitter.com/jmgosney/status/1044319218848714753
epixoip hashcat 7 4,634 10-23-2018, 06:43 AM
    Thread: Radeon HD 6850 Win 7
Post: RE: Radeon HD 6850 Win 7

Those threads are over 3 years old. Again, AMD dropped support for all non-GCN GPUs in November 2015. Crimson 16.2 does not support the HD 6850, https://support.amd.com/en-us/kb-articles/Pages/AMD...
epixoip hashcat 4 3,218 10-23-2018, 04:48 PM
    Thread: Word generation to test cracking speed
Post: RE: Word generation to test cracking speed

So many things to comment on here... 1. Why are you using --force? 2. Why are you using -t 60? 3. Why are you defining a custom charset to a single character class? 4. Why are you defining a cus...
epixoip hashcat 4 2,786 10-30-2018, 01:53 AM
    Thread: 3x mining rig rx570 rocm problem
Post: RE: 3x mining rig rx570 rocm problem

Yes, the rule of thumb is host RAM >= VRAM. Mining rigs rarely make good password cracking rigs.
epixoip Hardware 7 5,366 10-30-2018, 02:25 AM
    Thread: Nvidia Quadro
Post: RE: Nvidia Quadro

I'm not sure what you mean by "support to the same level." First, do you literally mean Quadro 6000, or do you mean K6000, M6000, P6000, or RTX 6000? Pretty important distinction. The Quadro 6000 is t...
epixoip hashcat 2 2,945 11-01-2018, 10:35 PM
    Thread: Is hashcat hardware safe?
Post: RE: Is hashcat hardware safe?

The answer to this depends on many factors. Generally speaking, however, nothing stresses hardware quite like password cracking does. If you have a HEDT or GPGPU server, you should be fine so long as ...
epixoip Hardware 1 2,661 11-05-2018, 06:37 AM
    Thread: Hash grabbing BLE periferial
Post: RE: Hash grabbing BLE periferial

At first I thought you cut a hole in a mattress and poked a heatsink through it.
epixoip Hardware 2 2,524 11-24-2018, 10:24 AM
    Thread: bcrypt hash with salt
Post: RE: bcrypt hash with salt

Heh yeah, 23 KH/s is for cost of 5. At cost 12 the speed is 2^7 times slower at roughly 179 H/s.
epixoip hashcat 12 18,665 11-24-2018, 10:26 AM
    Thread: adding additional GPU to Brutalis | Hashstack
Post: RE: adding additional GPU to Brutalis | Hashstack

Terahash (formerly known as Sagitta HPC) does not sell partially-configured appliances. If you are looking for an entry level cracking appliance, Terahash has the 5-GPU Syrenis https://terahash.com/#a...
epixoip Hardware 2 2,076 04-24-2019, 07:41 PM
    Thread: cluster-controller needed for several appliances
Post: RE: cluster-controller needed for several applianc...

I'm not sure if this is really the appropriate venue for this question, but as it is the "Misc > Hardware" forum, I suppose it's okay. I'm just always hesitant to answer questions like this as I do no...
epixoip Hardware 1 1,592 04-27-2019, 05:29 AM
    Thread: Integer overflow detected in keyspace of mask
Post: RE: Integer overflow detected in keyspace of mask

Keyspace is stored as an unsigned 64-bit integer. 16^64 is much, much larger than 2^64 - 1. You might want to do the math on how long it would take to crack 16^64.
epixoip General Talk 7 6,481 04-28-2019, 10:43 AM