Posts: 2,528
Threads: 124
Joined: Jul 2009
Reputation:
0
Whirlpool is a hashing algorithm. If your php version isn't outdated, it's available in hash function by default (check with hash_algos though). If you don't know anything about php, just get some oupensource UCP, and try to understand it piece by piece, changing it at the same time, and googling things you don't understand. You might learn basic php this way!
Posts: 772
Threads: 52
Joined: Aug 2010
Reputation:
0
WP_Hash() and PHP's hash() with whirlpool will do exactly the same thing.
Posts: 1,013
Threads: 67
Joined: Nov 2011
Reputation:
0
I'm assuming since you already got responses on your last thread telling you how to do it, you've resorted to just asking someone to do it for you if you're in need of something super simple, look for md5 logins in php and substitute the md5 hash with a whirlpool one. That's all anyone can say really...