Post
Topic
Board Beginners & Help
Re: How to check MtGox Hashdump for your password?
by
rcsheets
on 20/06/2011, 02:46:19 UTC
any way without setting up apache? have windows and a linux vserver for use

basically i just want to take the salt from my line in the csv, then try some of the passwords i mostly use.
If you were, for example, the first line in the file:
Code:
1,jed,jed@thefarwilds.com,$1$E1xAsgR1$vPt0d/L3f81Ys3SxJ7rIh/
Use the following command on practically any linux box (all you need is openssl installed):
Code:
$ openssl passwd -1 -salt E1xAsgR1
You will then be prompted for the password and shown the full salted-hash value. Repeat as necessary.