[PHP/MYSQL]WP_HASH
#3

Quote:
Originally Posted by Niko_boy
Посмотреть сообщение
hmm there is nothing like WP for PHP as far i know u need to make custom thing to unhash or use another way to hash!
What? Of course PHP has a whirlpool function.
http://php.net/manual/en/function.hash.php

PHP код:
hash'whirlpool'value[]); 
You cant actually unhash it. Whenever the user tries to login, you must hash what they have written and compare it to the current hash in the database.
Reply


Messages In This Thread
[PHP/MYSQL]WP_HASH - by aivarasz - 09.02.2012, 16:17
Re: [PHP/MYSQL]WP_HASH - by Niko_boy - 09.02.2012, 16:20
Re: [PHP/MYSQL]WP_HASH - by [HiC]TheKiller - 09.02.2012, 18:03
Re: [PHP/MYSQL]WP_HASH - by aivarasz - 10.02.2012, 15:19
Re: [PHP/MYSQL]WP_HASH - by aivarasz - 11.02.2012, 12:25
Re: [PHP/MYSQL]WP_HASH - by vital2k - 11.02.2012, 12:39
Re: [PHP/MYSQL]WP_HASH - by aivarasz - 11.02.2012, 14:01
Re: [PHP/MYSQL]WP_HASH - by vital2k - 11.02.2012, 17:01
Re: [PHP/MYSQL]WP_HASH - by DandyCorleone - 04.01.2017, 12:10

Forum Jump:


Users browsing this thread: 2 Guest(s)