La contraseña PHP MD5 es insegura

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