Help needed !
- From: "Noor" <naissani@xxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 15:21:12 -0400
I would appreciate if any one can help me out regarding the following
situation.
I created one database that has sensitive information in it so that I have
implemented Symmetric AES_128 Algorithm implemented and changed all the
stored procedure to first open the Symmetric Key and use the Decrypt
function is select stored procedure and close the Symmetric key at the end
of the stored procedure and same as for Insert and update stored procedure I
used open key at the first line and use encrypt function to encrypt the data
and close the key at the end of stored procedure. Now some how my manager
told me to me to move this database into different Server, I restore the
same database into different server and when I point the application to that
new server database it doesn't work and its not properly encrypted and
decrypted the data, Should I have to do anything after I restore the
database into another server so that I decrypt the data? I would highly
appreciate if any one can help me out, the problem is a sensitive data and
it's not decrypting.
Thanks in advance.
.
- Prev by Date: Re: Sql Native Client - Can't reach by instance name
- Previous by thread: Re: A transport-level error when calling SqlCommand.ExecuteNonQuery()
- Index(es):
Relevant Pages
|
Loading