I am using SSL for my web application. Would using an uniqueidentifier as the primary key for sensitive data add any extra security or would it just slow things down?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Perhaps, in the same way that a cardboard lock is more secure than a paper lock.
If you are using security by obscurity, that is the only thing preventing someone from seeing something they shouldn’t is that they don’t know a primary key value, then yes. it adds a little bit of security.
That said, your efforts would be much better applied to locking down the data through affirmative means instead of relying on the user not guessing an ID. Security by obscurity is especially vulnerable to sniffing attacks.