Origami/pdfencrypt

From aldeid
Jump to navigation Jump to search
You are here:
pdfencrypt

Description

Encrypts a PDF document. Supports RC4 40 to 128 bits, AES128, AES256.

Usage

Syntax

Usage: pdfencrypt [<PDF-file>] [-p <password>] [-c <cipher>] [-s <key-size>] [--hardened] [-o <output-file>]

Options

-o, --output FILE
Output PDF file (stdout by default)
-p, --password PASSWORD
Password of the document
-c, --cipher CIPHER
Cipher used to encrypt the document (Default: AES)
-s, --key-size KEYSIZE
Key size in bits (Default: 128)
--hardened
Use stronger key validation scheme (only AES-256)
-h, --help
Show this message

Example

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Comments