Welcome Guest, Not a member yet? Register   Sign In
Stopping people from brute forcing URL / UUIDs
#9

[eluser]bretticus[/eluser]
Well, forgive me if I do not understand your problem in it's entirety. However, if we are thinking about the same problem, I have become accustomed to having a sequential auto-incremented id for my database records (primary key) and another random key (UUID) in addition. When I pass a URL out for public consumption, I simply use the UUID to look up the record. In the managerial side of the website, I'll use the sequential number (or id.) In CI, a UUID of sorts is easy to generate with the string helper. I use the random_string() function. Works rather nicely.


Messages In This Thread
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 05:32 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 06:15 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 06:23 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 06:29 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 06:51 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 06:56 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 07:28 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 09:44 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-22-2009, 11:06 PM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-23-2009, 05:20 AM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-23-2009, 09:11 AM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-23-2009, 09:21 AM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-23-2009, 10:25 AM
Stopping people from brute forcing URL / UUIDs - by El Forum - 03-23-2009, 10:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB