A simple web-app to let users generate bcrypt and SHA512-crypt hashes for their accounts https://phss.sbruder.de
 
 
 
 
 
Go to file
Simon Bruder afd0a07147
frontend: Add footer
2022-07-16 19:14:21 +02:00
backend backend: Update dependencies 2022-07-16 19:14:21 +02:00
.envrc Init 2021-08-29 12:05:57 +02:00
.gitignore Init 2021-08-29 12:05:57 +02:00
LICENSE Relicense under AGPL-3.0-or-later 2022-07-16 19:14:12 +02:00
README.md Relicense under AGPL-3.0-or-later 2022-07-16 19:14:12 +02:00
app.js frontend: Fix progress indicator 2022-07-16 19:14:21 +02:00
flake.lock flake.lock: Update 2022-07-16 19:14:21 +02:00
flake.nix flake.nix: Add wasm-bindgen to dev shell 2022-07-16 19:14:21 +02:00
index.html frontend: Add footer 2022-07-16 19:14:21 +02:00
style.css frontend: Add footer 2022-07-16 19:14:21 +02:00

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.