Rev 7 | Last modification | Compare with Previous | View Log | RSS feed
Cryptochat an AJAX crypto chat system which encrypts and decrypts using JavaScript on client side.
The chat log is saved encrypted on the server.
Server:
Clients:
To install CryptoChat, run the script install.sh.
If you cannot run the script, then copy config/config.original.inc.php to config/config.inc.php and edit it. After that, please make sure that the folder "chats" has the correct chmod permission so that the webserver daemon can write to it.