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 |
esthera
Master Smack Fu Yak Hacker
1410 Posts |
Posted - 2014-02-20 : 02:09:03
|
I would like to be able to encrypt a string in my program send it to sql and in sql decrypt itIs there any standard decryption that I can use on both sides?I use md5 but I need to be able to decrypt it as well |
|
bandi
Master Smack Fu Yak Hacker
2242 Posts |
|
esthera
Master Smack Fu Yak Hacker
1410 Posts |
Posted - 2014-02-20 : 04:16:26
|
thanks -can these encryptions be coded on other apps as well (not with sql) to encrypt on the app side and decrypt on the sql sideis there any standard encrytpion , decryption with key like md5 (md5 won't work here as it can't be decrypted) |
|
|
bandi
Master Smack Fu Yak Hacker
2242 Posts |
|
esthera
Master Smack Fu Yak Hacker
1410 Posts |
Posted - 2014-02-20 : 04:48:32
|
i don't want md5 I want a standard encryption method that I can put in the sql -- and on the other program side it can encrypt or decrypt the data(so code would be both in sql and in app development) |
|
|
|
|
|