How to encrypt a string in C#

Specifically, I want the encrypted string to contain only numbers and letters (no special characters).

Thank you!


Answer this question

How to encrypt a string in C#