Author

Topic: asking btc hash $bitcoin$98$ (Read 352 times)

brand new
Activity: 0
Merit: 0
July 11, 2020, 03:14:13 PM
#17
Hi
im asking is there a way to know/check what chars contain in the hash ? for example: in the hash ( password char ) there is number,symbol,capital,normal letter etc
some people said there is a way to read it but they dont tell me how to check.
member
Activity: 180
Merit: 38
July 11, 2020, 01:24:43 PM
#15
It depends on how you decode it.
It can be a b' byte string or in 0x Hexadecimal(BASE16 most commonly used in hex editor etc.) ,or in Decimal(BASE10) or in Binary (BASE2).
In Hexadecimal it will only have '1234567890ABCDEF'
While in Decimal it will only have '1234567890' <- numeric system we use.
And in Binary it will only have 1 and 0's 110100101010100101

In any case the wallet.dat itself is a Berkley Database File.
You can decode this in various ways.

For example in Linux:
Code:
sudo apt-get install db-util
db_dump -p wallet.dat > wallet_dump.txt

Will dump the wallet to a text file called wallet_dump.txt
The text file will reveal the version numbers format database name and type in the header, and after the header you can see the key entries.

Code:
VERSION=3
format=print
database=main
type=btree
db_pagesize=8192
HEADER=END
 \02tx\07\e8K\adU\e8\b3\c9>^\f9\e6u?^\ff\02\c3\1f\07\cb\86\d1\fd\bb\c1\dc\90\d3\1c&%

So now i guess you would have to specify what you are looking for exactly  Smiley
HCP
legendary
Activity: 2086
Merit: 4314
July 07, 2020, 06:38:40 PM
#14
nope its not about knowing the password. but its about, one guy said plain text, and other guy said there is symbol and number in it. but when i asked how they know, their answer is there is a way to read it. not exactly what the password is
They're just talking bullshit and guessing... there is no way to simply "look" at a given hash and say "there are definitely symbols and numbers in it" Roll Eyes

legendary
Activity: 1624
Merit: 2481
July 06, 2020, 12:38:11 PM
#13
You obviously don't know what a hash is.
And obviously you are not talking about your wallet.

Please read this article first.
Afterwards you should know what a hash is. Then you might understand that you were actually talking about the representation (which doesn't play any role at all).

P.s. if you bought wallet.dat files, you got scammed.
copper member
Activity: 414
Merit: 29
July 06, 2020, 06:53:42 AM
#12
For example:
this is hash dump in format for btcrecover:
YmM6ys56xQ2EMnK26eyDSsmoW/H6cRdkI+x4CEjQmdWFZ0b2H2aCQ8scpW7zAQBo8AnW
and this is hash dump for hashcat:
$bitcoin$64$cace7ac50d843272b6e9ec834ac9a85bf1fa71176423ec780848d099d5856746$16$f61f668243cb1ca5$127854$96$5fc3496ba1440f3315bee5f3bf41725d8e4b90490bf7a30e08e723d26885a2fc8d664f56f6dd8882f8748e76bff6ac85$130$04f337019182692c8aead3704b3ddac1deca637f44d26a78367513c56b0c8ef8bd5b355f91f39f7c9eeaea4700695391f0be0ec8e3d5c929061b0ad96a00fa43b6

Number of iterations: 127854
Salt: f61f668243cb1ca5


[/quote]

I know where this example comes from
$bitcoin$64$cace7ac50d843272b6e9ec834ac9a85bf1fa71176423ec780848d099d5856746$16$f61f668243cb1ca5$127854$96$5fc3496ba1440f3315bee5f3bf41725d8e4b90490bf7a30e08e723d26885a2fc8d664f56f6dd8882f8748e76bff6ac85$130$04f337019182692c8aead3704b3ddac1deca637f44d26a78367513c56b0c8ef8bd5b355f91f39f7c9eeaea4700695391f0be0ec8e3d5c929061b0ad96a00fa43b6

this wallet has this hash
https://ibb.co/LS5Bgfr
newbie
Activity: 21
Merit: 0
June 28, 2020, 07:20:35 AM
#11
this is the hash exctract by john the ripper
$bitcoin$64$f0ef639cd01bb26805c190e0

ha ha ha
How much did you pay? ;-)
Famous 10K wallet...
not mine i just paste here from other site. i dont have dat of it. just curious of what people said out there can know what contain it is , they said they know every hash inside contain. like i said , lets say for that hash, what cointains is it? like symbol ,capital number etc....but the main things is hhow to know it and if any software to check it?

If you know - it means you know the password. To check if you are not wrong - try this: https://hashcat.net/hashcat/

nope its not about knowing the password. but its about, one guy said plain text, and other guy said there is symbol and number in it. but when i asked how they know, their answer is there is a way to read it. not exactly what the password is

The hash represents the password and there is no way to know from the hash how long/short the password is.

Some hashes, like the blockchain.com wallet.aes.json hash also includes some history and parameters inside the blockchain account. So they tend to have very large hashes which are part of how you setup your wallet.

For wallet.dat hashes they are just random numbers representing the password.

For ethereum, the hash sometimes also includes the public address of the wallet, especially the pre ico (presale wallets)

If your wallet is just sent to you by a random guy, its probably forged.
member
Activity: 170
Merit: 58
June 26, 2020, 12:53:59 PM
#10
nope its not about knowing the password. but its about, one guy said plain text, and other guy said there is symbol and number in it. but when i asked how they know, their answer is there is a way to read it. not exactly what the password is


https://www.youtube.com/watch?v=bBS8WYKYggA
jr. member
Activity: 208
Merit: 7
June 26, 2020, 12:49:20 PM
#9
this is the hash exctract by john the ripper
$bitcoin$64$f0ef639cd01bb26805c190e0

ha ha ha
How much did you pay? ;-)
Famous 10K wallet...
not mine i just paste here from other site. i dont have dat of it. just curious of what people said out there can know what contain it is , they said they know every hash inside contain. like i said , lets say for that hash, what cointains is it? like symbol ,capital number etc....but the main things is hhow to know it and if any software to check it?

If you know - it means you know the password. To check if you are not wrong - try this: https://hashcat.net/hashcat/

nope its not about knowing the password. but its about, one guy said plain text, and other guy said there is symbol and number in it. but when i asked how they know, their answer is there is a way to read it. not exactly what the password is
member
Activity: 170
Merit: 58
June 26, 2020, 12:43:26 PM
#8
this is the hash exctract by john the ripper
$bitcoin$64$f0ef639cd01bb26805c190e0aeba006fbdd6b817e0b6634b0fb11944bc0f19eb$16$d2542bb38e0ee061$76753$2$00$2$00

ha ha ha
How much did you pay? ;-)
Famous 10K wallet...
not mine i just paste here from other site. i dont have dat of it. just curious of what people said out there can know what contain it is , they said they know every hash inside contain. like i said , lets say for that hash, what cointains is it? like symbol ,capital number etc....but the main things is hhow to know it and if any software to check it?

If you know - it means you know the password. To check if you are not wrong - try this: https://hashcat.net/hashcat/
jr. member
Activity: 208
Merit: 7
June 26, 2020, 12:32:39 PM
#7
this is the hash exctract by john the ripper
$bitcoin$64$f0ef639cd01bb26805c190e0aeba

ha ha ha
How much did you pay? ;-)
Famous 10K wallet...
not mine i just paste here from other site. i dont have dat of it. just curious of what people said out there can know what contain it is , they said they know every hash inside contain. like i said , lets say for that hash, what cointains is it? like symbol ,capital number etc....but the main things is hhow to know it and if any software to check it?
member
Activity: 170
Merit: 58
June 26, 2020, 12:27:30 PM
#6
this is the hash exctract by john the ripper
$bitcoin$64$f0ef639cd01bb26805c190e0aeba006fbdd6b817e0b6634b0fb11944bc0f19eb$16$d2542bb38e0ee061$76753$2$00$2$00

ha ha ha
How much did you pay? ;-)
Famous 10K wallet...
jr. member
Activity: 208
Merit: 7
June 26, 2020, 12:20:29 PM
#5
Hi
im asking is there a way to know/check what chars contain in the hash ? for example: in the hash ( password char ) there is number,symbol,capital,normal letter etc
some people said there is a way to read it but they dont tell me how to check.

Usually you should have 3 important information: hash itself, salt and number of iterations.
What you included as an example "$bitcoin$98$" looks like a format from John The Ripper, used also by Hashcat. Other applications may use different way of saving these values.
You may publish hash, because in fact it is nothing else as a hash for a given word, taking into account other conditions (salt and iterations). As long as you do not publish your wallet - it is just a hash. And because different wallets may set different number of iterations or have different salt, this same password generates completely different hashes.
You may try to create two wallets with this same password and I think you will have different hash.
This is why to 'break' hash (in fact it is not breaking, but guessing password) the only option is to use brute-force method. There is point in using rainbow tables. This same word will generate different hash for different wallets.
For example:
this is hash dump in format for btcrecover:
YmM6ys56xQ2EMnK26eyDSsmoW/H6cRdkI+x4CEjQmdWFZ0b2H2aCQ8scpW7zAQBo8AnW
and this is hash dump for hashcat:
$bitcoin$64$cace7ac50d843272b6e9ec834ac9a85bf1fa71176423ec780848d099d5856746$16$f61f668243cb1ca5$127854$96$5fc3496ba1440f3315bee5f3bf41725d8e4b90490bf7a30e08e723d26885a2fc8d664f56f6dd8882f8748e76bff6ac85$130$04f337019182692c8aead3704b3ddac1deca637f44d26a78367513c56b0c8ef8bd5b355f91f39f7c9eeaea4700695391f0be0ec8e3d5c929061b0ad96a00fa43b6

Number of iterations: 127854
Salt: f61f668243cb1ca5


this is the hash exctract by john the ripper
$bitcoin$64$f0ef639cd01bb26805c190e0aeb
member
Activity: 170
Merit: 58
June 26, 2020, 12:06:42 PM
#4
Hi
im asking is there a way to know/check what chars contain in the hash ? for example: in the hash ( password char ) there is number,symbol,capital,normal letter etc
some people said there is a way to read it but they dont tell me how to check.

Usually you should have 3 important information: hash itself, salt and number of iterations.
What you included as an example "$bitcoin$98$" looks like a format from John The Ripper, used also by Hashcat. Other applications may use different way of saving these values.
You may publish hash, because in fact it is nothing else as a hash for a given word, taking into account other conditions (salt and iterations). As long as you do not publish your wallet - it is just a hash. And because different wallets may set different number of iterations or have different salt, this same password generates completely different hashes.
You may try to create two wallets with this same password and I think you will have different hash.
This is why to 'break' hash (in fact it is not breaking, but guessing password) the only option is to use brute-force method. There is point in using rainbow tables. This same word will generate different hash for different wallets.
For example:
this is hash dump in format for btcrecover:
YmM6ys56xQ2EMnK26eyDSsmoW/H6cRdkI+x4CEjQmdWFZ0b2H2aCQ8scpW7zAQBo8AnW
and this is hash dump for hashcat:
$bitcoin$64$cace7ac50d843272b6e9ec834ac9a85bf1fa71176423ec780848d099d5856746$16$f61f668243cb1ca5$127854$96$5fc3496ba1440f3315bee5f3bf41725d8e4b90490bf7a30e08e723d26885a2fc8d664f56f6dd8882f8748e76bff6ac85$130$04f337019182692c8aead3704b3ddac1deca637f44d26a78367513c56b0c8ef8bd5b355f91f39f7c9eeaea4700695391f0be0ec8e3d5c929061b0ad96a00fa43b6

Number of iterations: 127854
Salt: f61f668243cb1ca5

jr. member
Activity: 208
Merit: 7
June 26, 2020, 10:33:42 AM
#3
What sort of hash are you asking for, what's the specific context?

I'm assuming you're talking more about the identifier/separator, but what's the context is it a whole wallet or specific key you're trying to find?

I've seen wallet recovert services use $bitcoin$ for the identifier and a : as a separator (normally when a password needs brute forcing for recovery for example).

i cant post because its my private wallet. but i want just  do some research.
yes $bitcoin$ is the hash when we use john the ripper with .dat file encrypted.
for the hash result i want to know how to see what chars inside the password by the hash such as " tthe password has symbol,capital,number etc or even better can know how many chars the password is
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
June 26, 2020, 10:28:35 AM
#2
What sort of hash are you asking for, what's the specific context?

I'm assuming you're talking more about the identifier/separator, but what's the context is it a whole wallet or specific key you're trying to find?

I've seen wallet recovert services use $bitcoin$ for the identifier and a : as a separator (normally when a password needs brute forcing for recovery for example).
jr. member
Activity: 208
Merit: 7
June 26, 2020, 10:07:04 AM
#1
Hi
im asking is there a way to know/check what chars contain in the hash ? for example: in the hash ( password char ) there is number,symbol,capital,normal letter etc
some people said there is a way to read it but they dont tell me how to check.
Jump to: