Click here to Skip to main content
15,881,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to find an example of a c# console application that will encrypt and decrypt a string. All of the examples I can find are done in forms and by simple I mean something like all letters shifting one place to the right in the alphabet or something similar.

Thanks

What I have tried:

I have tried looking on this website through the guides and on other websites like stackoverflow and youtube.
Posted
Updated 22-May-16 16:49pm
Comments
an0ther1 22-May-16 22:07pm    
If you want to use proper encryption then there is at least 360,000 results for the google search "c# code to encrypt and decrypt a string"
Pick one & start coding.
If you want to manipulate the string in some manner try;
https://msdn.microsoft.com/en-us/library/ms228362(v=vs.110).aspx

Kind Regards

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900