Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 339 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 339 Bytes

SAFE TUNNEL

A secure end-to-end encryption chat application, that support channels. It uses AES-256-CBC to encrypt the messages and RSA-4096 to encrypt the keys.

Starting the server.

node server.js

Running a client.

npm run dev

Screenshot

Safe Tunnel