Software EngineeringUUIDs: for Security OR obscurity?
UUIDs (Universally Unique Identifiers) are a common alternative to autoincrementing integers when designing database schemas for web applications. Often I’ve seen the use of UUIDs in web application…

