|
NAMEzip_fopen_encrypted ,
zip_fopen_index_encrypted —
open encrypted file in zip archive for reading
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
zip_file_t *
zip_file_t *
DESCRIPTIONThezip_fopen_encrypted () function opens the encrypted
file name fname in archive using
the password given in the password argument. The
flags argument are the same as for
zip_fopen(3).
The RETURN VALUESUpon successful completion, a struct zip_file pointer is returned. Otherwise,NULL is returned and the error
code in archive is set to indicate the error.
ERRORS
The function The function SEE ALSOlibzip(3), zip_fclose(3), zip_fopen(3), zip_fread(3), zip_get_num_entries(3), zip_name_locate(3)HISTORYzip_fopen_encrypted () and
zip_fopen_index_encrypted () were added in libzip 1.0.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |