RSA Chat Client
This program is the client in a RSA Chat system. Flags for use are as follows:
-h
: Get some help
createkeys
: Creates public/private key pair and puts the results into two files. If you do not have a public/private key pair, the program will not let you chat with anyone.
IPaddr
: Specifies the IP address of the server you wish to connect to
An example command line:
client 127.0.0.1
This command line would tell the client to connect to an RSA chat server at IP address 127.0.0.1
If you would like to have more information,