331 B
331 B
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