CipherAlgorithm

Overview

CipherAlgorithm is a enum in Aspose.Cells FOSS for Python.

Cipher algorithm enumeration.

Values

ValueDescription
AES_128Represents AES encryption with a 128‑bit key
AES_192Represents AES encryption with a 192‑bit key
AES_256Represents AES encryption with a 256‑bit key

Properties

NameTypeAccessDescription
key_bytes``ReadGet key size in bytes.
block_size``ReadGet block size in bytes (AES uses 16-byte blocks).
algorithm_name``ReadGets the name of the cipher algorithm
key_bits``ReadGets the key size in bits
alg_id``ReadGets the algorithm identifier value

Methods

SignatureDescription
__init__(name, key_bits, alg_id)

See Also