Trait FileOptionsExt

trait FileOptionsExt

Unstable methods for FileOptions.

Required Methods

fn with_deprecated_encryption(self: Self, password: &[u8]) -> Self

Write the file with the given password using the deprecated ZipCrypto algorithm.

This is not recommended for new archives, as ZipCrypto is not secure.

Implementors