Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/cpscript/chat
- Owner: CPScript
- Created: 2024-02-24T23:15:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-29T16:49:01.000Z (10 months ago)
- Last Synced: 2024-02-29T17:55:47.184Z (10 months ago)
- Topics: encription
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```