Cryptocat
An awesome cryptic chat created in php !
Table of Contents
About The Project
Its a chat inspired by the 'Cryptocat' browser extension, developed in php. Its operation is based on password rooms to ensure that only permitted users are chatting.
The messaging system constantly consults an encrypted database in mysql, it also works as a core for the development of new systems for publishing photos, memes, transferring private messages and other things.
The possibilities with this base are endless, so I hope you can take the source code of this project as an example.
Built With
This project uses some external libraries, I list them below:
Getting Started
Follow the instructions below to get it working and proceed to modify or test this project.
Prerequisites
You will have to download.
- XAMPP, WAMPP, MAMP or other server compatible with php 7.2.10
Installation
-
Clone the repo
git clone https://github.com/Deathmajorasmask/Cryptocat.git
-
Move Cryptocat files to hdocs.
-
Press 'Start' in XAMPP to MySQL & Apache.
-
Import 'chat_system.sql' to mysql (phpMyAdmin).
-
Open Cryptocat in Chrome, Firefox or Opera.
http://localhost/
Screenshots
Roadmap
See the open issues for a list of proposed features (and known issues).
Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Contact
Deathmajorasmask - [email protected]
Project Link: https://github.com/Deathmajorasmask/Cryptocat