Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bbasir
Yak Posting Veteran
76 Posts |
Posted - 2008-04-07 : 15:33:45
|
I will be using the following password in my intranet application to allow users to change their own passwords.Is there any additional security checks that I could do inside the sql server to my stored procedure (ChangeWedPassWord) that calls the above mentioned system sp.?My above mentioned stored procedure needs these parameters...passed..@oldpassword,@newpassword,@loginidLike encrypt the stored procedure? or any other recommended approach etcThanks |
|
rmiao
Master Smack Fu Yak Hacker
7266 Posts |
Posted - 2008-04-07 : 23:10:25
|
Don't need encrypt sp, may like to encrypt protocol between app and sql server. |
 |
|
|
|
|