Function decompress_file_with_password

Source
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 file
  • dest - Path to the destination directory where files will be extracted
  • password - Password to decrypt the archive