Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cpscript/chat

Ment to be a encripted chat thing that lets one user make a encripted port on their IP alowing the other user to connect to it via a password. (NOT WORKING ATM)
https://github.com/cpscript/chat

encription

Last synced: about 1 month ago
JSON representation

Ment to be a encripted chat thing that lets one user make a encripted port on their IP alowing the other user to connect to it via a password. (NOT WORKING ATM)

Awesome Lists containing this project

README

        

`chmod +x g.sh`

`./script.sh `

user 2 join:
```
nc | openssl enc -aes-256-cbc -pass pass: -d | while read -r line ; do
echo "User1: $line"
done
```