Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Encryption
Message
 
General information
Forum:
Microsoft SQL Server
Category:
Other
Title:
Environment versions
SQL Server:
SQL Server 2008
Miscellaneous
Thread ID:
01570515
Message ID:
01570523
Views:
35
>>I was confusing the two for long time myself. Hashing means you never retrieve the original value of password and just store something. You then compare hash value of the password with the stored string. Two different passwords can potentially generate the same hash value.
>>
>>For encryption you store encrypted value and you can get back the original value if you know the encryption key.
>
>So for me it looks like storing encrypted value is what I doing now and want to continue. But instead of using my own function use something that is built into SQL Server.

In this case start from this link

http://technet.microsoft.com/en-us/library/bb964742.aspx

and then read through all the links on the left side.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform