pdf-lite - v1.0.1
    Preparing search index...

    Type Alias PdfEncryptionAlgorithmType

    PdfEncryptionAlgorithmType:
        | "RC4-40"
        | "RC4-128"
        | "AES-128-CBC"
        | "AES-256-CBC"
        | "none"

    Supported encryption algorithm types.

    • 'RC4-40': 40-bit RC4 encryption (weak, legacy)
    • 'RC4-128': 128-bit RC4 encryption (legacy)
    • 'AES-128-CBC': 128-bit AES in CBC mode
    • 'AES-256-CBC': 256-bit AES in CBC mode (recommended)
    • 'none': No encryption (identity filter)