-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support HTTP basic auth #35
Comments
basic HTTP auth could be done. |
Well as I've said, one would need a self signed cert... not sure how easy this would be to generate on android,... it's a simple one-liner on command line with e.g. openssl. By displaying the cert DN and fingerprint in the app's main view (when the share is done), the user can use these to check what his browser shows to verify whether there is no man-in-the-middle attack going on. Further I haven't said that this is a feature for the windows end user... it's rather something advanced for people who want the extra security. I don't think lets encrypt would work anyway... |
btw: Why closing it, if you think at least basic auth could be done? :-) |
This makes especially sense in combination with #34 and when one allows to disable http (i.e. non-TLS access) completely:
Support HTTP basic auth,... with TLS that would give proper access control to the shared files, so no eavesdroppers on the WiFi can access the files.
That would include:
Cheers,
Chris.
The text was updated successfully, but these errors were encountered: