Skip to content

Nero2201/https-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages