Whirlpool issue
#1

When I register I have for example "hash1" in the database and when I login this is being converted to "hash2" (different hash).
Login Hash:
PHP код:
new szHashedPassword[129];
WP_Hash(szHashedPasswordsizeof(szHashedPassword), inputtext); 
Register Hash:
PHP код:
WP_Hash(AccountData[playerid][szPassword], 129inputtext); 
Thanks!
Reply
#2

can you show us your enum on part where AccountData[playerid][szPassword] is
Reply
#3

I had this problem in past year. when i updated the y_ini and Whirlpool plugin problem was ok.
do you use y_ini to save password in database ?
Reply
#4

Quote:
Originally Posted by pds2012
Посмотреть сообщение
can you show us your enum on part where AccountData[playerid][szPassword] is
PHP код:
enum _accountData
{
    
szPassword[129],
    
szEmail[60],
    
szIP[16],

Quote:
Originally Posted by Jewell
Посмотреть сообщение
I had this problem in past year. when i updated the y_ini and Whirlpool plugin problem was ok.
do you use y_ini to save password in database ?
I use MySQL R7 Plugin by Blue.
Reply
#5

UP.. anyone please?
Reply
#6

24 hours passed, another bump.
Reply
#7

bump.. anyone?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)