2021-06-23 21:23:46 +02: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
|
|
|
|
|
2022-07-16 19:06:25 +02:00
|
|
|
This project licensed under the GNU Affero General Public License version 3 (or
|
|
|
|
later). See [LICENSE](./LICENSE) for details.
|