PRO
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
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