https://github.com/yarbsemaj/key-exchange-chat
An implementation of an RSA signed diffie hellman webchat.
https://github.com/yarbsemaj/key-exchange-chat
api-gateway lambda serverless svelte sveltejs tailwind websocket
Last synced: 3 months ago
JSON representation
An implementation of an RSA signed diffie hellman webchat.
- Host: GitHub
- URL: https://github.com/yarbsemaj/key-exchange-chat
- Owner: yarbsemaj
- Created: 2021-10-17T19:33:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T20:41:37.000Z (over 4 years ago)
- Last Synced: 2025-03-01T11:33:26.445Z (over 1 year ago)
- Topics: api-gateway, lambda, serverless, svelte, sveltejs, tailwind, websocket
- Language: JavaScript
- Homepage: https://secure-chat.yarbsemaj.com/
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secure Web Chat
###### An implementation of an [RSA](https://en.wikipedia.org/wiki/RSA_(cryptosystem)) signed [diffie hellman](https://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange) webchat.

## Setup Server
1. `cd server`
2. `npm install`
3. `sls deploy`
## Setup Client
1. `cp .env.example .env`
2. Set `WEB_SOCKET_URL` and update `G` and `N` if you wish.
3. `npm install`
4. `npm run dev`