Is there a jquery/javascript code equivalent to this php one? I want to generate a unique 32 character token.
$token = md5(uniqid($customerId))
Is there a jquery/javascript code equivalent to this php one? I want to generate a unique 32 character token.
$token = md5(uniqid($customerId))