Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 631 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 631 Bytes

cvat_chat


Installation

git clone https://github.com/delltaxa/cvat_chat.git
cd cvat_chat/
chmod +x ./clean_chat

Usage

Install apache2, php-cli, xampp, etc. to host the page

php-cli Example:

cd cvat_chat/
php -sS 127.0.0.1:80

How to change your Password:

edit the config.php file and replace the default value !***1FA45BD90*** with your custom password


Info

All the caht messages are encrypted with aes256 (without an vi) you can change that by editing the endecr.php file and change the "00000000000...." value with an other string (atleast 16 chars long)