Click here to Skip to main content
15,899,475 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
How encryption algorithm looks like in C#? Something like RC4, RC5,...?
Posted
Comments
Sergey Alexandrovich Kryukov 4-Mar-14 17:21pm    
Not a valid question. What would you mean by "look like"? This is a big topic. Algorithms are algorithm, no mater how they "look like".
What's wrong with just reading on the topic?
—SA
Frank R. Haugen 4-Mar-14 18:05pm    
"look like" is probably a lack of formal Computer Science education, "look like" means "code example".

There should be a 200 character minimum, on questions; WAAAY too many are overly short like this one :-(

Please see my comment to the question. It does not really make any sense. If you need to get familiar with encryption or, wider, cryptography, learn about it:
http://en.wikipedia.org/wiki/Cryptography[^],
http://en.wikipedia.org/wiki/Encryption[^],
http://msdn.microsoft.com/en-us/library/System.Security.Cryptography%28v=vs.110%29.aspx[^].

—SA
 
Share this answer
 
First you should have knowledge about encryption, or rather I' say cryptography.You may Google it. :)

A very good article is found on Codeproject itself.
See Encrypt and Decrypt Data with C#[^]

-KR
 
Share this answer
 

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