password-hash-self-service/README.md
2021-06-23 21:53:47 +02:00

331 B

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.