litecoin wallet - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: litecoin wallet (/thread-3080.html) |
litecoin wallet - holmgang - 01-27-2014 Hi, i just transferred litecoins to my litecoin-qt wallet (that i've never used before until now). afterwards i was supposed to transfer some of it to another destination and i froze: it asked me for passphrase. i instantly remembered that i had set a passphrase some months ago to try out the encryption feature. it was a really simple password, probably somewhere around 3-7 chars and probably an english word. is it possible to use hashcat (cpu or gpu version) to find my password? RE: litecoin wallet - mastercracker - 01-27-2014 This is not supported by hashcat as far as I know. There is this alternative that is for bitcoin but might work for litecoin: http://forum.insidepro.com/viewtopic.php?t=26892 RE: litecoin wallet - atom - 01-29-2014 If you really want the algorithm added I suggest to open a trac ticket for it. Chances are much higher we implement it then. RE: litecoin wallet - c4p0ne - 02-16-2014 I definitely wouldn't mind. I've got two old wallets that could use a good smashing. They've not got more than 100 bucks in aggregate so I'm in no real rush, although I would like to have my money back at some point! I just noticed JTR supports Bitcoin though so I'm gonna check that out as well, just git clone -b bleeding-jumbo git://github.com/magnumripper/JohnTheRipper JohnTheRipper and make. then: /run/john wallet.hash --format=bitcoin --wordlist=lostwallet.txt also, --fork=n to select # of cores. interesting. --edit-- I should note I'm personally only interested in Bitcoin not Litecoin (although the algos may be virtually identical). |