A tiny HTTPS file server (similar to python -m http.server) with:
- temporary self-signed TLS certificate (generated at runtime)
- simple login page
- PBKDF2 password hashing + passfile
pip install https-loginhttps-login --set-password "mypassword"
https-login --dir . --port 8443 --host localhostor
python -m https_login.serverSelf-signed cert => browser warning is expected.