Htpasswd
htpasswd is used to store usernames and password for basic authentication of HTTP users. It encrypts the passwords by using the MD5 that modified for Apache. It never allows the unauthorized users from accessing the site. It also prevents the site from being indexed in search engines. The spammers can also be prevented from the development site attack. Here, .htpasswd is considered as a standard file name, which contains the authentication credentials.