Bitcoin Forum
June 29, 2024, 02:24:41 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Can we find password stored area or lines in wallet.dat file  (Read 560 times)
qasimilyas99 (OP)
Newbie
*
Offline Offline

Activity: 55
Merit: 0


View Profile
June 30, 2017, 10:03:15 PM
 #1

Can we find password stored area or lines in wallet.dat file.
Muhammed Zakir
Hero Member
*****
Offline Offline

Activity: 560
Merit: 506


I prefer Zakir over Muhammed when mentioning me!


View Profile WWW
June 30, 2017, 10:40:30 PM
 #2

No.

From https://en.bitcoin.it/wiki/Wallet:

Quote
The original Bitcoin client stores private key information in a file named wallet.dat following the so called "bitkeys" format.
It contains:
  • keypairs for each of your addresses
  • transactions done from/to your addresses user preferences
  • default key
  • reserve keys
  • accounts
  • a version number
  • Key pool
  • Since 0.3.21: information about the current best chain,
    to be able to rescan automatically when restoring from a backup.

uartasic
Full Member
***
Offline Offline

Activity: 177
Merit: 101


View Profile
July 01, 2017, 01:10:01 AM
 #3

i find it odd that you cant.

some recovery services ask you to dump your hash from the wallet and the hash itself within holds the passphrase.

as mentioned by Dave here: https://walletrecoveryservices.com/limited/

if its not remotely possible, why would he ask for this?

unless OP is referring to readable ascii text.

Crypto Vest coin fan \ Alt-Coin Blockchain Assembler \ BTC faithful \ POWR faithful
ranochigo
Legendary
*
Offline Offline

Activity: 2982
Merit: 4193



View Profile
July 01, 2017, 02:17:53 AM
 #4

i find it odd that you cant.

some recovery services ask you to dump your hash from the wallet and the hash itself within holds the passphrase.

as mentioned by Dave here: https://walletrecoveryservices.com/limited/

if its not remotely possible, why would he ask for this?

unless OP is referring to readable ascii text.
The keys are encrypted with a randomly generated master key and the master key is encrypted with the passphrase(derived after putting it through some algorithm) that the user has provided. The service can bruteforce the master key and thus get the passphrase. The address part is probably just to verify that the passphrase is correct.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
achow101
Moderator
Legendary
*
Offline Offline

Activity: 3444
Merit: 6726


Just writing some code


View Profile WWW
July 01, 2017, 07:36:58 AM
 #5

The wallet.dat file is a Berkeley DB file, not a text file. There is basically no human readable text in it (except maybe for comments) and is in whatever binary format BDB uses for its database. This means that unless you have something which can read BDB files, you aren't going to be able to find anything of use. It's really just a binary blob.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!