Right now im using auto increment to identify resources in my website.
The problem is i dont want the users to know how many resources there are.
How could i instead use some kind of structured "random" combination of letters and numbers (say 6 digits) that i could use instead of (or in addition to) the auto incrementing primary key numbers.
Basically i want the users to see
website.com/page.php?4jnd32
instead of
website.com/page.php?13
I dont even know what this practice is called which hampers my ability to search for an answer