Код: Выделить всё
$token = md5($user_id . time());
Код: Выделить всё
Suppose md5 reverse engineering is not possible (Although it is).
Подробнее здесь: https://stackoverflow.com/questions/789 ... opy-in-php
Код: Выделить всё
$token = md5($user_id . time());
Код: Выделить всё
Suppose md5 reverse engineering is not possible (Although it is).