Jump to content
  • 0

PHP password create for H5 server


Question

Posted

I am looking for the equivalent of

$enc_password = base64_encode(pack("H*",sha1(utf8_encode($password))));

for H5 Servers in php

1 answer to this question

Recommended Posts

  • 0
Posted (edited)

silly me H5 has whirlpool solved

$enc_password = base64_encode(hash('whirlpool', $password, TRUE));

Edited by Nightw0lf
Guest
This topic is now closed to further replies.


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock