|
NAMEzip_file_set_encryption —
set encryption method for file in zip
LIBRARYlibzip (-lzip)SYNOPSIS#include <zip.h>
int
DESCRIPTIONThezip_file_set_encryption () function sets the
encryption method for the file at position index in the
zip archive to method using the password
password. The method is the same
as returned by
zip_stat(3).
For the method argument, currently only the following
values are supported:
If password is The current encryption method for a file in a zip archive can be determined using zip_stat(3). RETURN VALUESUpon successful completion 0 is returned. Otherwise, -1 is returned and the error information in archive is set to indicate the error.ERRORSzip_file_set_encryption () fails if:
SEE ALSOlibzip(3), zip_encryption_method_supported(3), zip_fopen_encrypted(3), zip_fopen_index_encrypted(3), zip_set_default_password(3), zip_stat(3)HISTORYzip_file_set_encryption () was added in libzip 1.2.0.
AUTHORSDieter Baron <dillo@nih.at> and Thomas Klausner <tk@giga.or.at>
Visit the GSP FreeBSD Man Page Interface. |