Generate password hashes for Apache & Nginx basic authentication
Generate Entry
Generated htpasswd entry will appear here...
๐ .htpasswd File
Add entries above to build your .htpasswd file
โ ๏ธ Hashes are generated client-side using the Web Crypto API. No passwords are sent to any server. For production, prefer bcrypt (requires server-side tooling).