$encrypt_pass = crypt($FORM {'PASSWORD'},substr(rand(time),-2); $encrypt_verify = crypt($FORM {'VERIFY'},substr(rand(time),-2);