<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">i can use "natively" openssl for anonymous chat: <br><br># Chat: <br># server side:<br>openssl req -x509 -nodes -days 365 -newkey rsa:8192 -keyout mycert.pem -out mycert.pem<br><br># server side - generate a self-signed cert.<br>openssl s_server -accept 52310 -cert mycert.pem<br><br># client side - "127.0.0.1" is the IP of the server<br>openssl s_client -connect 127.0.0.1:52310<br><br><br>1) but how can i set it to require username/password? it would be a great chat tool<br>2) how can i transfer files with openssl? [again: with username/password?]<br><br>thank you for any ideas :\<br><br>p.s.: or it will be a firewall rule, to restrict to ip addresses in a list? those, who are only allowed to connect..</td></tr></table><br>