A simple web-app to let users generate bcrypt and SHA512-crypt hashes for their accounts
https://phss.sbruder.de
backend | ||
.envrc | ||
.gitignore | ||
app.js | ||
flake.lock | ||
flake.nix | ||
index.html | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
style.css |
Password Hash Self-Service
A simple web app for users to generate password hashes to be used in services where passwords are set “by hand”. It currently supports SHA512-crypt and bcrypt hashes.
License
This project is dual-licensed under the Apache 2.0 and MIT licenses. See LICENSE-APACHE and LICENSE-MIT for details.