Hi,
I'm trying to recover my password and need to extract the encrypted hash. I'm using python 27 on Win10. Installation is working fine, all systems are go. Except the TXT file I create to dump the data always comes up empty. Can someone explain WHY it's always coming up empty? This is the command I'm using to run the script:
C:\Python27\pythonw pywallet.py --dumpwallet > myhash.txt
FYI: When I try this command below, I get 'FILE NOT FOUND'
C:\Python27\python pywallet.py --dumpwallet > myhash.txt
Would be so very grateful if anyone can help me understand what I might be doing wrong.