PHP MD5 пароль небезопасен

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