vote up 0 vote down star

I am maintaining a C# app that's been cracked by people creating spoof auth servers.

I want to encrypt all the communications between the client and server to prevent this happening to my next release.

I can see that PHP has a way to secure stuff. http://www.php.net/manual/en/function.openssl-private-decrypt.php

What I can't find is the C# that will allow me to use the same built in libraries.

Can anyone help?

flag

0% accept rate

1 Answer

vote up 0 vote down

Did you look into SslStream?

link|flag
Perfect - my apologies for no thanking you sooner. – Patrick Sep 7 at 16:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.