Hello, where can I find the foodoma´s file the password hash generator for create new and old user paswords?
I need it to create users and login.
I'm creating a custom control panel and I need to make login and create new user using the foodomaa encryt.
example:
<?php
$hash = md5($password . $salt);
?>