whisp-chat

0.1.1 • Public • Published

whisp-chat

Encrypted Messaging CLI

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>.

Readme

Keywords

none

Package Sidebar

Install

npm i whisp-chat

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

9.14 kB

Total Files

4

Last publish

Collaborators

  • roecrew