Subversion Repositories cryptochat

Rev

Rev 7 | Last modification | Compare with Previous | View Log | RSS feed

Last modification

Path Last modification Log RSS
[NODE] [DIRECTORY] chats/ 2  2019-05-02 11:05:04 daniel-marschall Log RSS
[NODE] [DIRECTORY] config/ 2  2019-05-02 11:05:04 daniel-marschall Log RSS
[NODE] [DIRECTORY] dependencies/ 8  2023-09-16 01:27:59 daniel-marschall Log RSS
[NODE] [DIRECTORY] private/ 6  2022-01-09 20:15:28 daniel-marschall Log RSS
[NODE] [DIRECTORY] tools/ 5  2021-10-25 16:46:30 daniel-marschall Log RSS
[NODE] [FILE] AUTHOR 2  2019-05-02 11:05:04 daniel-marschall Log RSS
[NODE] [FILE] CHANGELOG.md 5  2021-10-25 16:46:30 daniel-marschall Log RSS
[NODE] [DB-FILE] index.php 7  2022-01-13 23:48:32 daniel-marschall Log RSS
[NODE] [FILE] install.sh 2  2019-05-02 11:05:04 daniel-marschall Log RSS
[NODE] [FILE] LICENSE 3  2019-05-02 11:19:48 daniel-marschall Log RSS
[NODE] [FILE] phpstan.neon.dist 6  2022-01-09 20:15:28 daniel-marschall Log RSS
[NODE] [FILE] README.md 5  2021-10-25 16:46:30 daniel-marschall Log RSS
[NODE] [FILE] VERSION 2  2019-05-02 11:05:04 daniel-marschall Log RSS

ViaThinkSoft CryptoChat

Cryptochat an AJAX crypto chat system which encrypts and decrypts using JavaScript on client side.

The chat log is saved encrypted on the server.

Note about security:

What is encrypted?

Requirements

Server:

Clients:

How to install CryptoChat

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.