11 lines
340 B
Markdown
11 lines
340 B
Markdown
# 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](./LICENSE) for details.
|