CipherAlgorithm

General

CipherAlgorithm és un enum a Aspose.Cells per Python.

Enumeració d’algoritmes de cifrar.

Valors

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

Propietats

NameTypeAccessDescription
key_bytes``ReadHolds the length of the encryption key in bytes
block_size``ReadIndicates the block size in bytes used by the cipher

Mètodes

SignatureDescription
__init__(name, key_bits, alg_id)
 Català