Kata Sandi PHP MD5 tidak aman

// use password API instead
password_hash('Your_password_here', PASSWORD_DEFAULT);
andrebian