mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
294 B
Plaintext
5 lines
294 B
Plaintext
This module provides a convenient, object-oriented interface to Apache-style
|
|
.htpasswd files. It supports passwords encrypted via MD5, SHA1, and crypt,
|
|
as well as plain (cleartext) passwords. Additional fields after username
|
|
and password, if present, are accessible via the extra_info array.
|