.HTPASSWD 파일 확장자
Apache HTACCESS File
| 개발사 | 해당 없음 |
| 인기도 |
3.3 | 7 투표 |
HTPASSWD 파일이란 무엇인가요?
File used to create and update the flat-files used to store usernames and password for basic authentication of HTTP users; encrypts passwords using either a version of MD5 modified for Apache HTTP server, or the system's own crypt routine.
추가 정보
File names for HTPASSWD files start with a dot owing to the fact that most Unix-like operating systems consider any file with a name that begins with a dot to be a hidden file.
HTPASSWD files are made up of rows with each row corresponding to a pair of username and hashed password separated with a colon in between.
HTPASSWD 파일을 여는 프로그램
Windows
Apache HTTP Server
Mac
Apache HTTP Server
Linux
Apache HTTP Server