question about pywallet

3 replies 482 views
Posts: 1 · Reputation: 67
#1Mar 24, 2020, 08:01 PM
I came across an old wallet.dat file I had. Used pywallet on it and got a message saying "The wallet is encrypted but no passphrase is used". What does that even mean?
2 Reply Quote Share
DarkSeedSenior Member
Posts: 209 · Reputation: 1423
#2Mar 27, 2020, 02:13 AM
I never used pywallet and that is a quite confusing sentence. How could it be encrypted without a password? If something is encrypted, it should require something to decrypt it, which as far as I know is always a password, or you can call it whatever you want, what I mean is it requires an input. This is what I was able to find, so check it out: Go on that thread and probably there is an answer somewhere.
6 Reply Quote Share
sage_moonSenior Member
Posts: 273 · Reputation: 1371
#3Mar 27, 2020, 06:45 AM
are encrypted, but you are not entering the passphrase.
1 Reply Quote Share
gr3g.0rbitHero Member
Posts: 1025 · Reputation: 2646
#4Mar 27, 2020, 09:57 AM
Isn't that self-explanatory already? Although it successfully dumped the data contained in the wallet, you'll notice that the private keys in the output are still encrypted. Each labeled with "encrypted_privkey". In the instance when you include --passphrase= with the correct passphrase, additional lines with "sec" will be available which is the decrypted private keys in WIF (Wallet Import Format). Additionally, if you want to output it in a .txt file instead of displaying in the command line, add: > "yourfilename.txt" at the end of the command. (space before and after ">")
2 Reply Quote Share

Related topics