https://github.com/lvmalware/down_srv
https://github.com/lvmalware/down_srv
downloader example perl tcp tcp-server threads
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lvmalware/down_srv
- Owner: LvMalware
- Created: 2020-03-12T20:46:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T23:19:41.000Z (over 5 years ago)
- Last Synced: 2025-06-02T07:39:21.122Z (8 months ago)
- Topics: downloader, example, perl, tcp, tcp-server, threads
- Language: Perl
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCP-Server example
A remote file downloader server (and client) that reads on a tcp port, receiving links to download.
This is an example of end to end encrypted communication in Perl.
It uses RSA (4096 bits) for authentication and to exchange a secret password that is then used with AES-128.