Skip to content

modern-pdf-lib


modern-pdf-lib / EncryptAlgorithm

Type Alias: EncryptAlgorithm

EncryptAlgorithm = "rc4-40" | "rc4-128" | "aes-128" | "aes-256"

Defined in: src/crypto/encryptionHandler.ts:56

Algorithm selection for new encryption.

Released under the MIT License.