Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jawadddd/chatting-websitemodule-endtoend-encrypted
Web Module in which user can send real time messages to any registered user of website,and receive also.All sent received messages against users will be encrypted/decrypted and encrypted will be stored in mongo db.
https://github.com/jawadddd/chatting-websitemodule-endtoend-encrypted
aes-encryption blowfish-algorithm des express-js information-security mongodb nodesjs reactjs socket-io socket-programming webprogramming
Last synced: about 1 month ago
JSON representation
Web Module in which user can send real time messages to any registered user of website,and receive also.All sent received messages against users will be encrypted/decrypted and encrypted will be stored in mongo db.
- Host: GitHub
- URL: https://github.com/jawadddd/chatting-websitemodule-endtoend-encrypted
- Owner: jawadddd
- Created: 2023-05-22T12:30:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T23:43:48.000Z (about 1 year ago)
- Last Synced: 2024-11-08T06:36:40.730Z (3 months ago)
- Topics: aes-encryption, blowfish-algorithm, des, express-js, information-security, mongodb, nodesjs, reactjs, socket-io, socket-programming, webprogramming
- Language: JavaScript
- Homepage:
- Size: 37.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chatting-WebsiteModule-EndToEnd-Encrypted
WebModule in which user can send real time messages to any registered user of website,and receive also.All sent received messages against users will be encrypted/decrypted and messages will be stored in mongo db in encrypted form.
Four independent layers:
1) React ,FrontEnd
2) Backend, NodeExpress js server of website with encryption and decryption of messages using AES technique + MongoDb
3) Backend, Python Flask server just for encryption and decryption of messages using DES and Blowfish Algorithm
4) Socket server