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.
 
 
 
 
 
Simon Bruder 1b3435ec86
flake.nix: Use packages.default
11 months ago
backend backend: Update dependencies 11 months ago
.envrc Init 2 years ago
.gitignore Init 2 years ago
LICENSE Relicense under AGPL-3.0-or-later 11 months ago
README.md Relicense under AGPL-3.0-or-later 11 months ago
app.js frontend: Fix progress indicator 11 months ago
flake.lock flake.nix: Make rust-overlay inputs follow ours 11 months ago
flake.nix flake.nix: Use packages.default 11 months ago
index.html frontend: Add footer 11 months ago
style.css frontend: Add footer 11 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.