mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 02:59:57 +00:00
All parties now create public/private key pairs for encryption/decryption and signing/verification. Public keys are passed around and stored in server memory while the room is alive. Session keys, which are used to encrypt cleartext messages, are newly generated for each message and are encrypted using each participant’s public key. Messages are signed using the sender’s private signing key.
DarkWire.io
Simple, encrypted, anonymous web chat. Powered by socket.io.
Installation
npm install -g gulp
npm install
gulp start
Darkwire is now running on http://localhost:3000
Deployment
Build source
gulp bundle
Description
No description provided
anonymous-userschatchat-applicationchat-roomchatroomcryptographyencryptionend-to-end-encryptionprivacysocket-io
Readme
MIT
30 MiB
Languages
JavaScript
94.3%
Sass
3%
TypeScript
1%
Shell
0.5%
Dockerfile
0.5%
Other
0.7%