Skip to content
/ Chat Public

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)

Notifications You must be signed in to change notification settings

CPScript/Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

chmod +x g.sh

./script.sh <port>

user 2 join:

nc <user1_ip> <port> | openssl enc -aes-256-cbc -pass pass:<user1_passphrase> -d | while read -r line ; do
    echo "User1: $line"
done

About

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)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages