Does it offer any form of encryption in transit?
It doesn’t appear to. But it looks like it’s using the python socket module, which could be wrapped with the ssl module and a self-signed cert to provide encryption for ‘offline’ mode.
socket
ssl
It creates a server and serves the file through the aiohttp module
As of now it doesn’t, Things we need to add / improve
Hi, you haven’t replied to comment but as a top-level.
Just curious does it support iPhone
Yes ,cross platform - take a look at the demo included
Glad it’s using HTTP. I’ve used darkhttpd often to share files with other computers, nice and simple.
I also use lighttpd + a CGI script called wfm, so people can upload files from their browser. Very useful for getting stuff off phones or old devices.
Does it offer any form of encryption in transit?
It doesn’t appear to. But it looks like it’s using the python
socket
module, which could be wrapped with thessl
module and a self-signed cert to provide encryption for ‘offline’ mode.It creates a server and serves the file through the aiohttp module
As of now it doesn’t, Things we need to add / improve
Hi, you haven’t replied to comment but as a top-level.
Just curious does it support iPhone
Yes ,cross platform - take a look at the demo included
Glad it’s using HTTP. I’ve used darkhttpd often to share files with other computers, nice and simple.
I also use lighttpd + a CGI script called wfm, so people can upload files from their browser. Very useful for getting stuff off phones or old devices.