pub fn decompress_file_with_password(
src_path: impl AsRef<Path>,
dest: impl AsRef<Path>,
password: Password,
) -> Result<(), Error>Available on crate features
aes256 and util only.Expand description
Decompresses an encrypted archive file with the given password.
ยงArguments
src_path- Path to the encrypted source archive filedest- Path to the destination directory where files will be extractedpassword- Password to decrypt the archive