Click to See Complete Forum and Search --> : Network Security Question
Robert Halstead
02-11-2002, 01:36 PM
I need to know, what would be the best way to transfer information like
credit card numbres, SSN's, and other private information across the
internet using TCP/IP and C#. I've look in the MSDN but I can't find
anything on implementation. Can someone tell me what classes to use and how
to go about using them. Or Point me in the direction of a good book to use?
Any information will be helpful.
Thanks,
Robert Halstead
Joe Mayo
02-16-2002, 08:10 PM
Robert,
For the security part, check out the System.Security.Cryptography namespace.
You may want to start with the CryptoStream class.
The System.Net.Sockets namespace defines the TCPClient and TCPListener
classes.
One option is to wrap a socket stream with a crypto stream. Another option
would be to encrypt your data into a string and send that over the TCP
connection.
Joe Mayo - C# Station - http://www.csharp-station.com
Author: C# Unleashed
http://www.amazon.com/exec/obidos/ASIN/067232122X/cstati
"Robert Halstead" <halstear@oit.edu> wrote in message
news:3c680c02@10.1.10.29...
> I need to know, what would be the best way to transfer information like
> credit card numbres, SSN's, and other private information across the
> internet using TCP/IP and C#. I've look in the MSDN but I can't find
> anything on implementation. Can someone tell me what classes to use and
how
> to go about using them. Or Point me in the direction of a good book to
use?
>
> Any information will be helpful.
>
> Thanks,
> Robert Halstead
>
>
>
devx.com
Copyright Internet.com Inc. All Rights Reserved