Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 23857

encrypt on CLR decrypt in SQL?

$
0
0

 

Hi folks,

I'm trying to encrypt a small token of data on my client c# application and have it decrypted by SQL on the server side, the problem is i cannot find articles on the subject. I don;t really want to get involved with certificates but base the system on a simple symmetric key that is shared by both parties.

 

I'm attempting to use the TRIPLE_DES algorithm on both sides and thus far have used the decryptbypassphrase on the server side with the data encrypted on the client side by .Net with no initialization vector setup.

 

If anyone can recommend any articles or have example (client and server side) code for this situation it would be greatly appreciated.

 

Many thanks in advance

 

Simon


Viewing all articles
Browse latest Browse all 23857

Trending Articles