how to read WP_Hash code
#1

I have this : 6D93DBCA0741E029D9AD8048A098E6D9C08A98271A5693AC04 52C14EE332333D9277603598DC6B6BCB8DA3E8F0043D205BC7 9B3F8D5061B614AD0BDFE0402E85

code create password for new account

Code:
stock g_mysql_CreateAccount(playerid, accountPassword[])
{
	new string[256];
	new passbuffer[129];
	WP_Hash(passbuffer, sizeof(passbuffer), accountPassword);

	format(string, sizeof(string), "INSERT INTO `accounts` (`RegiDate`, `LastLogin`, `Username`, `Key`) VALUES (NOW(), NOW(), '%s','%s')", GetPlayerNameExt(playerid), passbuffer);
	mysql_function_query(MainPipeline, string, false, "OnQueryFinish", "iii", REGISTER_THREAD, playerid, g_arrQueryHandle{playerid});
	return 1;
}
like the title have any tool to read the code above ?//
Reply


Messages In This Thread
how to read WP_Hash code - by TYDS - 13.03.2017, 13:40
Re: how to read WP_Hash code - by X337 - 13.03.2017, 13:48
Re: how to read WP_Hash code - by TYDS - 13.03.2017, 13:49
Re: how to read WP_Hash code - by GoldenLion - 13.03.2017, 14:02
Re: how to read WP_Hash code - by TYDS - 13.03.2017, 14:04
Re: how to read WP_Hash code - by X337 - 13.03.2017, 14:04
Re: how to read WP_Hash code - by Infinity - 13.03.2017, 14:09
Re: how to read WP_Hash code - by Toroi - 13.03.2017, 14:19
Re: how to read WP_Hash code - by BlackbirdXd - 13.03.2017, 17:31
Re: how to read WP_Hash code - by GTLS - 13.03.2017, 19:18

Forum Jump:


Users browsing this thread: 1 Guest(s)