Parse Database
#6
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.


Messages In This Thread
Parse Database - by tiren1337 - 01-27-2017, 12:28 AM
RE: Parse Database - by Chick3nman - 01-27-2017, 12:32 AM
RE: Parse Database - by tiren1337 - 01-27-2017, 12:41 AM
RE: Parse Database - by Chick3nman - 01-27-2017, 12:43 AM
RE: Parse Database - by tiren1337 - 01-27-2017, 12:59 AM
RE: Parse Database - by Chick3nman - 01-27-2017, 01:02 AM
RE: Parse Database - by tiren1337 - 01-27-2017, 01:06 AM
RE: Parse Database - by Chick3nman - 01-27-2017, 01:10 AM
RE: Parse Database - by atom - 01-27-2017, 11:54 PM