Databases can generate random UUID keys

Databases can generate random UUID keys

⚡️ Database Tip

Many applications use the table's numeric primary key in the URL: Bots can scrape all data by incrementing the ID and competitors know your number of customers/resources and growth.Adding a random UUID which is used in URLs solves this.

https://sqlfordevs.com/uuid-prevent-enumeration-attack

We're writing a book, you can get it for free here.