Rchat is a encrypted, private and memory safe remote chat, built in rust. It is modular and supports features such as sending files.
sudo apt update &&
sudo apt upgrade &&
sudo apt install git &&
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh &&
git clone https://github.com/H4k1l/Rchat.git &&
cd Rchat &&
cargo run -- -h
&&
cd Rchat &&
cargo run -- -h
-- -h
cargo run -- -h
Rchat is a encrypted, private and memory safe remote chat, built in rust
Usage: Rchat [OPTIONS] --port --name
Options:
-a, --address the address to connect to
-p, --port the port to host/connect
--host host a connection
--connect connect to an host
-n, --name your name identifier
--protected the password for the host
-h, --help Print help
help Print help
Print help
For host a chat:
cargo run -- --host --port --name
lt;NAME>
For connect to a remote host:
cargo run -- --connect -a --port --name
name <NAME>
For clear the chat while in chat:
!clear
!!Rchat is currently in developing and is not finished yet, many parts of the software is not avalable yet!! The author is not responsible for any damages, misuse or illegal activities resulting from the use of this code..