htpasswd online generator
The htpasswd command is used to create and update user authentication password files for basic authentication:
1. MD5: Use MD5 to encrypt the password. On Windows, Netware and TPF, this is the default encryption method.
2. crypt: Use crypt() to encrypt the password. This is the default on platforms other than Windows, Netware and TPF. Although it is supported by htpasswd on all platforms, it is not supported by the httpd server on Windows, Netware and TPF.
3. SHA: Use SHA to encrypt passwords. It is designed to facilitate transfer or migration to Netscape using LDAP Directory Interchange Format (ldif).
4. plain: No encryption, use plain text passwords. Although htpasswd can create such passwords on all platforms, the httpd background only supports plain text passwords on Windows, Netware and TPF.