0

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?

1 Answer 1

1

Did you look into SslStream?

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.