01-27-2017, 01:02 AM
You will need to reformat the lines in such a way that the username or salt fields can be used to pair the emails with the hashes. It shouldn't be very difficult, here's an example format.
user:Hash$Salt
email:user
Using those formats, you can pair the email and the hash+salt.
user:Hash$Salt
email:user
Using those formats, you can pair the email and the hash+salt.