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 df4244f6c9
All checks were successful
/ build (push) Successful in 1m23s
Add CI
2024-06-02 18:01:14 +02:00
.forgejo/workflows Add CI 2024-06-02 18:01:14 +02: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
app.js Build with trunk 2023-12-28 23:04:51 +01:00
Cargo.lock Fix package name in lockfile 2024-01-02 01:36:17 +01:00
Cargo.toml 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
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
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
Trunk.toml Build with trunk 2023-12-28 23:04:51 +01:00

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.