A simple web-app to let users generate bcrypt and SHA512-crypt hashes for their accounts
https://phss.sbruder.de
|
||
---|---|---|
.forgejo/workflows | ||
src | ||
.envrc | ||
.gitignore | ||
app.js | ||
Cargo.lock | ||
Cargo.toml | ||
flake.lock | ||
flake.nix | ||
index.html | ||
LICENSE | ||
README.md | ||
rust-toolchain.toml | ||
rustfmt.toml | ||
style.css | ||
Trunk.toml |
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.