pub async fn decompress_file_with_password(
src_path: impl AsRef<Path>,
dest: impl AsRef<Path>,
password: Password,
) -> Result<(), Error>Available on crate feature
aes256 and non-WebAssembly 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