Is there a built-in class to handle encryption in C#?

Posted by badpanda on Stack Overflow See other posts from Stack Overflow or by badpanda
Published on 2010-06-11T21:03:25Z Indexed on 2010/06/11 21:12 UTC
Read the original article Hit count: 225

Filed under:
|
|
|
|

I need to encrypt bytecode to send over a connection to a webservice, preferably using a GUID as a key. I have done a bit of research and found several classes developed for a similar purpose, but haven't been able to turn up much that is built into the Windows libraries. My question is: Is there something built in to C# that performs this task? If there is not, I would very much appreciate any suggestions as to implementation.

Thanks!!

badPanda

© Stack Overflow or respective owner

Related posts about c#

Related posts about web-services