hi,
my doubt is regarding protecting the password given to a key in SQL Server 2005. The password must be given in clear text format when decrypting the data.
How does one go about doing it?
In my current application I have to use ONLY SPs. therefore i am forced to pass the password as a parameter to the SP (so that encryption and decryption can happen).
This info is clearly getting recorded in the profiler!
What is the best way to go about doing this?
Known is handfull, Unknown is worldfull
my doubt is regarding protecting the password given to a key in SQL Server 2005. The password must be given in clear text format when decrypting the data.
How does one go about doing it?
In my current application I have to use ONLY SPs. therefore i am forced to pass the password as a parameter to the SP (so that encryption and decryption can happen).
This info is clearly getting recorded in the profiler!
What is the best way to go about doing this?
Known is handfull, Unknown is worldfull