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

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

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.