Encription for sending data over internet

  • Thread starter Thread starter Crirus
  • Start date Start date
C

Crirus

Hello
Can someone tell me how is the easyest way to encript some data that I
should send over internet between 2 applications client-server I have?
I dont like someone to catch a clear stream of my protocol and use that
against my server

Thanks, Crirus
 
Well, I just need some easy way to encrypt the data using NET Framework
existing Cryptographic classes.

Something like I give a key and astring to be encoded and return the ncoded
string
The same for decoding...

thanks, Cirrus
 
Back
Top