Parse Database
#7
(01-27-2017, 01:02 AM)Chick3nman Wrote: 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.

Yes, but problem is database i have is 3 mil while original User:Email:Salt i 8 million, i can't sort them even in A-Z format because there are some missing lines in between on 3 million one


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