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 [asc] Replies Views Posted
    Thread: Scrypt wallet hash
Post: RE: Scrypt wallet hash

thanks philsmd, so I'm doing it right with bitcoin2john, I have the correct hash. Just need to beat it. I'm staring at $29,000 and I can't even remember this stupid password of mine. I'm using an R...
giveen hashcat 2 2,789 11-28-2017, 08:27 PM
    Thread: Making sure my hash is right
Post: RE: Making sure my hash is right

Thanks philsmd, I'll go back through and see which version of the wallet I had originally used and do that test and compare.
giveen hashcat 5 3,983 01-08-2018, 04:47 PM
    Thread: Making sure my hash is right
Post: Making sure my hash is right

So I'm digging something up from two years ago https://hashcat.net/forum/thread-4419-page-2.html 01BTC10 corrected the hash, however, I wonder if he took into account it was a Dogecoin Core. I'v...
giveen hashcat 5 3,983 01-05-2018, 09:38 PM
    Thread: Making sure my hash is right
Post: RE: Making sure my hash is right

This is $bitcoin$96$5a757c74a47dd0f6550dc41ebd23ffc4d0cdb5f350037182db93e6feacd2e495cc87c94defdbb6fd7e2d149fbe08c493$16$4b128a9b40f33d07$265150$96$cfaa5b1ca5a706db612a72ffc2bf2d0a1086dce735bc8c3ba493f...
giveen hashcat 5 3,983 01-05-2018, 10:28 PM
    Thread: Making sure my hash is right
Post: RE: Making sure my hash is right

Maybe the formating is what through me off. I got ku to show it as a format of Dogecoin and the results are the same. I guess its back to working on like I've been for the past two months. Code: -...
giveen hashcat 5 3,983 01-05-2018, 10:54 PM
    Thread: 1050Ti benchmark
Post: RE: 1050Ti benchmark

I am getting 2100 h/s on Blockchain with a Zotac 1050 Ti with a very mild overclock.
giveen Hardware 5 6,877 01-05-2018, 07:45 PM
    Thread: Hashes.org Script
Post: Hashes.org Script

This script was written by @tekwizz123 with a very extremely small contribute from me. So really the credit goes to him. Extremely useful to quickly test for a known hash. It takes your hash list, ...
giveen General Talk 15 30,793 10-25-2013, 09:22 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Example output Quote: -- 1a19a606b2272ab2d2e1310e95b4d609:SoogerBooger12345 Type=(MD5) 06b717fbfab7019dd041f44efe3a468c:Saljack3232 Type=(MD5) 05ec6431b638d070182f387816f80638:anc243.cs Type=(MD5)...
giveen General Talk 15 30,793 10-25-2013, 09:23 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Small changes to write-out.
giveen General Talk 15 30,793 10-31-2013, 01:19 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Exclusive Wrote: (11-20-2013, 02:17 PM) -- I get this error :( "Traceback (most recent call last): File "C:\Python34\N.py", line 43, in result = open(sys.argv[1] + "__cracked", "wb") Index...
giveen General Talk 15 30,793 11-20-2013, 02:25 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

without SSL module, you are going to have some issues.because https://www.hashes.org/api.php is what is being accessed. Have you tried using Python 2.7, because I see you are still using 3.4 C:\Pyth...
giveen General Talk 15 30,793 11-20-2013, 07:39 PM
    Thread: Mantle drivers
Post: Mantle drivers

https://www.pcworld.com/article/2092189/amds-performance-boosting-mantle-pc-gaming-tech-launches-with-battlefield-4.html With the Mantle drivers coming out soon, will this provide any boost to has...
giveen General Talk 5 13,651 02-01-2014, 04:11 PM
    Thread: Mantle drivers
Post: RE: Mantle drivers

Some info from the AMD forums https://devgurus.amd.com/message/1302560 Quote: -- That 9x draw call gain means that the card can run more different shaders, and switch between more textures in ...
giveen General Talk 5 13,651 02-02-2014, 04:31 PM
    Thread: Mantle drivers
Post: RE: Mantle drivers

I appreciate the response, Atom :) So maybe no performance gain in this aspect. I wonder how it will impact my litecoin mining. Probably the same as here, no significant improvement. Here is a lea...
giveen General Talk 5 13,651 02-02-2014, 05:37 PM
    Thread: Hashing a dic and adding it to POT
Post: Hashing a dic and adding it to POT

Is there a time benefit to hashing my common password dictionary and adding the results to my pot file?
giveen General Talk 8 12,939 07-21-2014, 03:00 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

thanks, atom, that was kinda what I was looking for, just trying to discern if looking up in the rainbow table is faster. I was mainly thinking of my sha1 and md5 only.
giveen General Talk 8 12,939 07-21-2014, 03:44 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

Okay, now my results are not outputting to a file. It says its found from my pot X amount, but I do not see them in the output file.
giveen General Talk 8 12,939 07-21-2014, 06:05 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

Even when using -o ? They seem to conflict.
giveen General Talk 8 12,939 07-21-2014, 06:23 PM
    Thread: Hashing a dic and adding it to POT
Post: RE: Hashing a dic and adding it to POT

Here is what I am seeing Code: -- oclHashcat64.exe -a 0 -m 0 -p : --session=all --force -o "D:\output\1405957334849_found.txt" --outfile-format=3 -n 32 -u 128 --gpu-temp-disable -r "D:\rules\1.giv...
giveen General Talk 8 12,939 07-21-2014, 06:29 PM
    Thread: Hashes.org Script
Post: RE: Hashes.org Script

Are you using this version of the script? Also it looks like you are missing the module ssl, local problem. Code: -- #!/usr/bin/python # Hashes.org list checking script for checking passwords ...
giveen General Talk 15 30,793 11-20-2013, 06:20 PM