chat-e2ee
chat-e2ee copied to clipboard
End-to-end encrypted disposable chat sessions, exchange sensitive information with peer safely and securely.
Bumps [send](https://github.com/pillarjs/send) to 0.19.0 and updates ancestor dependency [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `send` from 0.18.0 to 0.19.0 Release notes Sourced from send's releases. 0.19.0 What's...
Create a basic UI project container with react 19 & typescript. - Create a separate folder - Add dependencies to project - Initialise the chat-e2ee SDK
**Prerequisites** Please answer the following questions for yourself before submitting an issue. - [Y] I am running the latest version - [Y] I checked the documentation and found no answer...
https://github.com/muke1908/chat-e2ee/blob/905c8c0f1048d9a78509a7bcfed75bda361d8c54/service/src/sdk.ts#L148 Right now AES encryption key is sent to server for exchange which is a vulnerability. It should be send via end-to-end encrypted channel.