Hi,

How can i encript passwords in my database and use the same algorithm in my C# code to decrypt it?

I don't want to send between my app and DB server the logins in clear text, i would like to send it encrypted from my C# code and with the same algorithm decrypt it in the sql server.

Thanks in Advance,
Teixeira