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 9bddae5f11
Build with trunk
This streamlines the project configuration.
2023-12-28 23:04:51 +01:00
src Build with trunk 2023-12-28 23:04:51 +01:00
.envrc Init 2021-08-29 12:05:57 +02:00
.gitignore Build with trunk 2023-12-28 23:04:51 +01:00
Cargo.lock Build with trunk 2023-12-28 23:04:51 +01:00
Cargo.toml Build with trunk 2023-12-28 23:04:51 +01: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
Trunk.toml Build with trunk 2023-12-28 23:04:51 +01:00
app.js Build with trunk 2023-12-28 23:04:51 +01:00
flake.lock Update dependencies 2023-12-28 22:31:44 +01:00
flake.nix Build with trunk 2023-12-28 23:04:51 +01:00
index.html Build with trunk 2023-12-28 23:04:51 +01:00
rust-toolchain.toml Update dependencies 2023-12-28 22:31:44 +01:00
rustfmt.toml Build with trunk 2023-12-28 23:04:51 +01: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.