You could instantiate the XF framework to access that code externally
$passwordVariable = new XenForo_Authentication_Core12();
$passwordVariable->generate($_REQUEST['password']);
$unserialize = unserialize($passwordVariable->generate($_REQUEST['password']));
echo $unserialize['hash'];
a:1:{s:4:"hash";s:60:"$2a$10$1NDtWJaZqCFSQeCA3Ggfp.9xNINfqg7svWz6QVr1zE..x4V.iLKKy";}
You can leave the remember_key blank for now
We use essential cookies to make this site work, and optional cookies to enhance your experience.