0.1.1 • Published 2 years ago

whisp-chat v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

whisp-chat

Prerequisites

Install node.js

Repo https://github.com/maelswarm/whisp-chat.git or npm i whisp-chat

Quickstart

Have both parties decide on two mutual passwords.
These will be used for the AES-256-cfb cipher (used to secure the given parties data transfers).

Command Schema
node app.js --src=<host>:<port> --dest=<destinationhost>:<destinationport> --secret=<password1>:<password2>

For a quick test, open two terminals on your computer and enter the following commands.

Terminal 1:
node app.js --src=127.0.0.1:4321 --dest=127.0.0.1:1234 --secret=breadandjam:butterybutter

Terminal 2:
node app.js --src=127.0.0.1:4321 --dest=127.0.0.1:1234 --secret=breadandjam:butterybutter

Usage

Screen Shot 2022-08-24 at 11 00 06 AM

Text may be typed and sent.

For sending a file use !file:<filepath>.