<?php $password = "secret"; $iterations = 100000; $salt = "salt"; $hash = hash_pbkdf2("sha512", $password, $salt, $iterations, 20,true); echo base64_encode($hash);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`