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 45063e1175
Init
2021-08-29 12:05:57 +02:00
backend Init 2021-08-29 12:05:57 +02:00
.envrc Init 2021-08-29 12:05:57 +02:00
.gitignore Init 2021-08-29 12:05:57 +02:00
LICENSE-APACHE Init 2021-08-29 12:05:57 +02:00
LICENSE-MIT Init 2021-08-29 12:05:57 +02:00
README.md Init 2021-08-29 12:05:57 +02:00
app.js Init 2021-08-29 12:05:57 +02:00
flake.lock Init 2021-08-29 12:05:57 +02:00
flake.nix Init 2021-08-29 12:05:57 +02:00
index.html Init 2021-08-29 12:05:57 +02:00
style.css Init 2021-08-29 12:05:57 +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 is dual-licensed under the Apache 2.0 and MIT licenses. See LICENSE-APACHE and LICENSE-MIT for details.