Re: openssl chat

Previous thread: anyone in Arlington / Dallas area? by Diana Eichert on Sunday, December 12, 2010 - 10:44 am. (3 messages)

Next thread: [Was: OT - gmail alternatives] PGP web mail anyone? by Alexander Shulgin on Sunday, December 12, 2010 - 11:16 am. (24 messages)
From: S Mathias
Subject: openssl chat
Date: Sunday, December 12, 2010 - 9:47 am

i can use "natively" openssl for anonymous chat:

# Chat:
# server side:
openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out mycert.pem

# server side - generate a self-signed cert.
openssl s_server -accept 52310 -cert mycert.pem

# client side - "127.0.0.1" is the IP of the server
openssl s_client -connect 127.0.0.1:52310


1) but how can i set it to require username/password? it would be a great chat tool
2) how can i transfer files with openssl? [again: with username/password?]

thank you for any ideas :\

p.s.: or it will be a firewall rule, to restrict to ip addresses in a list? those, who are only allowed to connect..

From: Ted Unangst
Date: Sunday, December 12, 2010 - 11:02 am

you write some code or use a different existing program designed for
the purpose.

From: Alexander Hall
Date: Wednesday, December 15, 2010 - 9:06 pm

By using ssh and friends (scp, sftp) instead?

From: LeviaComm Networks
Date: Thursday, December 16, 2010 - 1:23 pm

> i can use "natively" openssl for anonymous chat:

 > 1) but how can i set it to require username/password? it would be a 
great chat tool
 > 2) how can i transfer files with openssl? [again: with 
username/password?]

Not sure what you are wanting...  Anonymous and requiring a username /
password are mutually exclusive.

If you want chat, just use IRC, there should be a Server in Packages.
If you are concerned about security, just grab one with ssl support.

Previous thread: anyone in Arlington / Dallas area? by Diana Eichert on Sunday, December 12, 2010 - 10:44 am. (3 messages)

Next thread: [Was: OT - gmail alternatives] PGP web mail anyone? by Alexander Shulgin on Sunday, December 12, 2010 - 11:16 am. (24 messages)