.htpasswd Generator

Generate secure password hashes for Apache authentication

PRO
i bcrypt is the most secure option. Uses adaptive cost factor (10 rounds) making it resistant to brute-force attacks.

Generated .htpasswd Entry

Generating hash...

Batch Generate

PRO

Batch Results


                        
                    

Import / Export

PRO
UPLOAD
Drop a .htpasswd file or click to browse
.htpasswd or plain text files

Imported Entries


                        

.htaccess Auth Config

PRO
AuthType Basic
AuthName "Restricted"
AuthUserFile /etc/apache2/.htpasswd
Require valid-user

Help & Guides

How to Use This Tool FAQ