SevenZipCipher

SevenZipCipher class

Base class for AES cipher used for 7-zip encryption.

The SevenZipCipher type exposes the following members:

Properties

NameDescription
can_reuse_transformGets a value indicating whether the current transform can be reused.
can_transform_multiple_blocksGets a value indicating whether multiple blocks can be transformed.
input_block_sizeGets the input block size.
output_block_sizeGets the output block size.

Methods

NameDescription
transform_block(input_buffer, input_offset, input_count, output_buffer, output_offset)Transforms the specified region of the input byte array and copies the resulting transform to the specified region of the output byte array.
transform_final_block(input_buffer, input_offset, input_count)Transforms the specified region of the specified byte array.

See Also