6

How to encrypt a text or any other media using RSA cryptography in C# ? .

Do i need to use any external libraries or are there any in-build stuff ? A small sample code will help!

1

2 Answers 2

8

Use System.Security.Cryptography.RSACryptoServiceProvider.

The linked site contains an example.

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

Comments

3

Here are some code snippets from SO and code project.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.