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 [desc] Author Forum Replies Views Posted
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

The bitcoin address is derivated from the public key and if you do not know the public key you need to use the elliptic curve operations to generate the private&public key pair.
philsmd hashcat 22 17,308 07-13-2018, 11:42 AM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

I don't think that the data you have is enough at all. if you only have the password you can't do anything, you need to have the data too (it's like a seed or think about it as AES encrypted gibberish...
philsmd hashcat 22 17,308 07-13-2018, 11:52 AM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

oh. we are suddently speaking about brain wallets? The OP didn't mention that and the other post was modified to include "brain wallet". Yeah, that's a different story. [hr] Nevermind, the title say...
philsmd hashcat 22 17,308 07-13-2018, 12:05 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

how do you want to customize it? are you trying to generate the password candidates in a very specific way ? because for "just" sha256 you do not need to customize anything
philsmd hashcat 22 17,308 07-13-2018, 12:10 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

yeah I agree, the code seems to be this one: https://github.com/pointbiz/bitaddress.org/blob/72aefc03e0d150c52780294927d95262b711f602/src/ninja.brainwallet.js#L27-L32 and this means that you need ...
philsmd hashcat 22 17,308 07-13-2018, 12:16 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

before jumping into this I would recommend doing the math because 64^6 (as far as I understood you corrected your first number above) is quite a huge number. You would need to have a huge amount of b...
philsmd hashcat 22 17,308 07-13-2018, 12:23 PM
    Thread: Hash bitcoin brain wallet address from passphase?
Post: RE: Hash bitcoin brain wallet address from passpha...

yeah, that sounds acceptable (and almost exactly the amount of time I was thinking about that would be needed by a mid/high end consumer CPU). This also proofs that it's not that clever to use brain ...
philsmd hashcat 22 17,308 07-13-2018, 12:59 PM
    Thread: Hash craked with John the ripper but failed with Hashcat
Post: RE: Hash craked with John the ripper but failed wi...

if you use -a 0 you should specify at least one word list (dictionary file). Otherwise, hashcat will assume that you sent the password candidates via standard input (stdin) and therefore use a pipe...
philsmd hashcat 4 9,494 02-02-2018, 05:22 PM
    Thread: Hash extract error
Post: RE: Hash extract error

It probably would make much more sense to report this problem to the bleeding-jumbo JTR repository (https://github.com/magnumripper/JohnTheRipper ) where the bitcoin2john.py utility is being developed...
philsmd General Talk 2 920 03-07-2020, 10:34 AM
    Thread: hash extractor
Post: RE: hash extractor

For now you need to use something like: - office: office2hashcat.py or office2john.py - pdf: pdf2john.py for compatibility reasons oclHashcat does use the same "hash" formats as john the ripper.
philsmd Old hashcat Support 2 5,366 02-17-2015, 03:30 PM
    Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2

When we compare the content of your .sqlite file with the normal parsing of the .js file (see https://github.com/philsmd/1password_agilekeychain_to_hashcat/blob/master/1password_agilekeychain_to_hashc...
philsmd Old oclHashcat Support 8 14,817 11-04-2015, 11:00 AM
    Thread: hash format for 1password 3.7.2
Post: RE: hash format for 1password 3.7.2

yes it cracks see: Code: -- echo Hashcat009? | ./1Password_372.pl full:   fb48ad370166a38cefdc083240a0fff362064e98312f48aeb8f5e67481d39dc7c1c144558ef49c4e salt:   fb48ad370166a38c prefix: iv: �...
philsmd Old oclHashcat Support 8 14,817 11-07-2015, 08:25 PM
    Thread: Hash Format for IOS 12.x and 13.x
Post: RE: Hash Format for IOS 12.x and 13.x

it's most probably just the "salt"/key. every time you make a backup a different encryption key and salt is used. BTW: you are not allowed to post hashes in this forum (see https://hashcat.net/foru...
philsmd hashcat 2 1,283 02-19-2020, 10:37 PM
    Thread: Hash Help
Post: RE: Hash Help

Normally in such cases you can just replace the hash by a hash of which you know the password, for instance generate a new hash with a chosen password. Therefore, cracking it may not be necessary n...
philsmd Old hashcat Support 3 5,474 01-30-2015, 11:08 PM
    Thread: hash issues
Post: RE: hash issues

You need to specify the correct path to the file "root.hash". On linux for instance you can use tab-completion or use "ls" to check if the file really exists at the location you think it exists. ...
philsmd General Help 7 12,202 05-12-2015, 09:04 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

sorry to hear about your loss. I think something like this explains the format pretty well: https://apple.stackexchange.com/questions/220729/what-type-of-hash-are-a-macs-password-stored-in/220863#2...
philsmd General Talk 8 3,915 05-22-2019, 08:11 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

yeah, it's very likely that you messed something up in converting (base64 to hex) or truncating the entropy part. I would suggest that you also try with the example hash from https://hashcat.net/wi...
philsmd General Talk 8 3,915 05-29-2019, 09:38 AM
    Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes

yeah, never ignore self-test errors. They are warning you that there is something wrong. You could also test beta from https://hashcat.net/beta/ or release versions (even try with older ones) from ...
philsmd General Talk 8 3,915 05-31-2019, 07:35 PM
    Thread: Hash Mode request MS SQL 2016 with salt
Post: RE: Hash Mode request MS SQL 2016 with salt

Could be anything. Do you know the software / CMS / code that generates these hashes ? I assume it's not the MSSQL software itself ? is it some custom software / webpage ? You need to be more sp...
philsmd hashcat 4 1,108 03-19-2020, 04:09 PM
    Thread: Hash not found
Post: RE: Hash not found

I guess you are confusing something and did (maybe accidentially) put the content of the .hccapx file into that found file. see https://hashcat.net/wiki/doku.php?id=hccapx the "HCPX" is clearly ...
philsmd hashcat 1 1,299 12-15-2018, 06:12 PM