Jump to content

Recommended Posts

Posted

salut, am vrut sa pun wp_hash la register si login
la register am reusit sa pun si se introduc parolele criptate in baza dar la login habar n am cum sa fac
am incercat aici la login dar nu reusesc sa mi dau seama unde sa pun wphash u

image.png

  • 3 weeks later...
Posted

iti trebuie un buffer cand folosesti whirlpool

Hashureaza folosind format(tmppass, sizeof tmppass, "%s", PWDHash(inputtext));

PWDHash(const str[]){
    new fzMySQL[130];
    fzMySQL[0] = EOS;
    WP_Hash(fzMySQL, sizeof fzMySQL, str);
    return fzMySQL;
}

maxresdefault.jpg

 

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.