litecoin wallet
#1
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?
#2
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
#3
If you really want the algorithm added I suggest to open a trac ticket for it. Chances are much higher we implement it then.
#4
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).