AlkantarClanX12

Your IP : 3.144.93.34


Current Path : /usr/local/lsws/admin/misc/
Upload File :
Current File : //usr/local/lsws/admin/misc/htpasswd.php

<?php
$raw = $_SERVER['argv'][1];
$encypt = password_hash($raw, PASSWORD_BCRYPT);
echo "$encypt\n";
?>