prints salted sha1 of user's password for ldap purposes
https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/slapp
.envrc | ||
.gitignore | ||
.pre-commit-config.yaml | ||
flake.lock | ||
flake.nix | ||
README.md | ||
requirements.txt | ||
ruff.toml | ||
slapp.py |
slapp
prints salted sha1 of user's password for ldap purposes
installation
- clone the repo && cd into it (
git clone <this url>
)
nix
direnv allow
- profit
pip
python -m venv venv
source ./venv/bin/activate
(on Windows:./venv/Scripts/activate
)pip install -r requirements.txt
- profit