htpasswd Generator
Create an Apache or nginx htpasswd line using a salted SHA-1 or plain SHA-1 hash.
curl -X POST https://sinikoding.dev/api/v1/htpasswd \
-H 'content-type: application/json' \
-H 'x-api-key: tk_live_…' \
-d '{"user":"…","password":"…","scheme":"ssha"}'Need htpasswd generator from your own code? Create a free account to get an API key. This page stays free without one.
Create account