11 lines
331 B
Markdown
11 lines
331 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 is dual-licensed under the Apache 2.0 and MIT licenses. See
|
||
|
LICENSE-APACHE and LICENSE-MIT for details.
|