目錄 / Table of Contents

Enum OdfEncryptionAlgorithm

Namespace
OdfKit.Core
Assembly
OdfKit.dll

Defines encryption algorithms available when saving encrypted ODF packages. 定義儲存加密 ODF 封裝時可使用的加密演算法。

public enum OdfEncryptionAlgorithm

Fields

Aes256 = 0

Uses the ODF AES-256 encryption profile. 使用 ODF AES-256 加密設定檔。

Aes256Gcm = 3

Uses LibreOffice-compatible wholesome encryption with AES-256-GCM and Argon2id. 使用與 LibreOffice 相容的 AES-256-GCM 與 Argon2id 整包加密。

Blowfish = 1

Uses the legacy Blowfish encryption profile. 使用舊版 Blowfish 加密設定檔。

OpenPgp = 2

Uses OpenPGP encryption through a custom cryptography provider. 透過自訂密碼學提供者使用 OpenPGP 加密。