03-03-2017, 04:40 AM
i agree is a shit script but have looked a lots and they are all pretty bad still hunting for a decent solution
(03-03-2017 03:50 AM)bess Wrote: [ -> ]Hi, solution for reset pass to "password":thank you so much for the solution will try now
Paste file named as pass.php in to www folder with this content:
Run oncePHP Code:
<?php
$pass = 'password';
$cryptKey = 'qJB0rGtIn5UB452jkhk65KMV61xG03efyCp';
$qEncoded = base64_encode( mcrypt_encrypt( MCRYPT_RIJNDAEL_256, md5( $cryptKey ), $pass, MCRYPT_MODE_CBC, md5( md5( $cryptKey ) ) ) );
echo $qEncoded ;
copy/paste result in to db (phpMyadmin e.t.c) table name is "utilisateur".
Gl