Passing user ID as parameter without any authentication, what are the security risks?

I’ve read that passing GUID as URL parameter isn’t considered insecure because usually, an app has an authentication mechanism (checking against some session token).

However, how secure would an application be if the user’s … Continue reading Passing user ID as parameter without any authentication, what are the security risks?

How to solve the problem of secure randomly generated GUIDs when the size of the data outgrows the GUIDs

I’ve been struggling with this problem for a little while… How to hide the order that records were created in, basically. You typically do this by generating a “GUID”. But this GUID is arbitrarily chosen to be a very large … Continue reading How to solve the problem of secure randomly generated GUIDs when the size of the data outgrows the GUIDs