Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 555 Bytes

SECURE_CHATS

A realtime messaging (without using websockets) web app with AES256 encrypted messages and custom encryption key which is user generated.


Developed using:

Front-end

Javascript Framework: React.js
Css Framework: TailwindCss

Back-end

REST API: PHP
Database: MySQL




Note:

Change db.example.php & config.example.js to db.php & config.js respectively, and fill them with required values.