A simple web-app to let users generate bcrypt and SHA512-crypt hashes for their accounts
https://phss.sbruder.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
backend | 7 months ago | |
.envrc | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 7 months ago | |
README.md | 7 months ago | |
app.js | 7 months ago | |
flake.lock | 7 months ago | |
flake.nix | 7 months ago | |
index.html | 7 months ago | |
style.css | 7 months ago |
README.md
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 licensed under the GNU Affero General Public License version 3 (or later). See LICENSE for details.