Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 578 Bytes

File metadata and controls

29 lines (21 loc) · 578 Bytes

https-login-server

PyPI - Version

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

Install

pip install https-login

Usage

https-login --set-password "mypassword"
https-login --dir . --port 8443 --host localhost

or

python -m https_login.server

Notes

Self-signed cert => browser warning is expected.