Nowadays, many site use encrypted resource ID, rather than plain
numeric ID, such as the following:
"p_YMigZmUu k" will be mapped into a database unique ID (numeric, auto
increment).
What kind of encryption in PHP is the best in handling this job?
Thanks.
numeric ID, such as the following:
"p_YMigZmUu k" will be mapped into a database unique ID (numeric, auto
increment).
What kind of encryption in PHP is the best in handling this job?
Thanks.
Comment