Very good for extra security, but just incase somebody request the textfile where the password is stored, the server has to prevent access to it.

In a .htaccess file:

<Files admin_pass.pwd>
order allow,deny
deny from all
</Files>