whisp-chat
v0.1.1
Published
<p align-center>Encrypted Messaging CLI</p>
Downloads
8
Readme
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 Schemanode 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
Text may be typed and sent.
For sending a file use !file:<filepath>
.