md5でエンコードされているかどうか- -PHP

function is_md5($password) {
return preg_match(“/^[a-z0-9]{32}$/", $password);
}

Source

Posted by arkgame