Htpasswd Generator Tool

Htpasswd generator tool create passwords to protect directories, files or folders within a site. Use htaccess password protection to protect your files or folders from malicious users.

Create htpasswd

Username :


Password :


Usage

  • Copy & paste the username and password generated in your htpasswd file.
  • The file name is not restricted to .htpasswd.
  • You can have any name to mention in the htaccess file.
  • Free Htpasswd Generator Tool creates password for files or folders.

  • Place the following code in htaccess file
     AuthType Basic
    AuthName "Restricted Area"
    AuthUserFile /your/server/path/.htpasswd
    require valid-user

Ask Questions

Ask Question