Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Design Question
Message
General information
Forum:
ASP.NET
Category:
Databases
Title:
Miscellaneous
Thread ID:
01281796
Message ID:
01281877
Views:
6
>I want to create security for my application. I want to create a user table. This table
>with contain the full name, user name and password for each user.
>
>What's stopping someone from inserting a record and then using that record to log in.
>
>I clearly need a better design.
>
>Anyone?

How about encrypting the password, or storing a hash of the password? Someone could still add a record to your table but would have a (hopefully) hard time to figure out your encryption or your hash.

Einar
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform