mahmoudai1 / secure-chat

Secure Chatting Application developed by PHP and JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secure Chatting Application

Secure Chatting Application developed by PHP, JavaScript, and MySQL.

Algorithms

• DES (Not Fully Functional)
• AES
• RSA
• Diffie-Hellman (Key Exchange for DES and AES)
• ElGamal

All algorithms are implemented from scratch ✅

Included Files

• Documentation (Detailed Description on each Algorithm)
• SQL file (sp_chat.sql)

Extra Feature

• All the files are encrypted by encrypting their base64 arrayBuffer not by encrypting the path! (It's a requirement)

Demo

Secure.Chat.mp4

Contact

mahmoud.ahmed9@outlook.com
• Ahmed Mostafa
• Omar Tarek
• Salma Tamer
• Abdullah Abuzaid

About

Secure Chatting Application developed by PHP and JavaScript.

License:MIT License


Languages

Language:PHP 80.4%Language:JavaScript 17.7%Language:CSS 1.9%