Nightw0lf Posted May 16, 2019 Posted May 16, 2019 I am looking for the equivalent of $enc_password = base64_encode(pack("H*",sha1(utf8_encode($password)))); for H5 Servers in php
0 Nightw0lf Posted May 16, 2019 Author Posted May 16, 2019 (edited) silly me H5 has whirlpool solved $enc_password = base64_encode(hash('whirlpool', $password, TRUE)); Edited May 16, 2019 by Nightw0lf
Question
Nightw0lf
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