A simple web-app to let users generate bcrypt and SHA512-crypt hashes for their accounts
https://phss.sbruder.de
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
defaultPackage is deprecated. |
1 year ago | |
---|---|---|
backend | 1 year ago | |
.envrc | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
app.js | 1 year ago | |
flake.lock | 1 year ago | |
flake.nix | 1 year ago | |
index.html | 1 year ago | |
style.css | 1 year 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.