From 700dfa40d3d2c5b60bf5937f74c0ab59561115f8 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 26 Jan 2022 13:17:57 -0500 Subject: QPDFJob: convert encryption handlers --- job.yml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'job.yml') diff --git a/job.yml b/job.yml index 6547a820..1778dd18 100644 --- a/job.yml +++ b/job.yml @@ -166,6 +166,8 @@ options: prefix: Enc positional: true - table: 40-bit encryption + config: c_enc + config_class: Enc prefix: Enc40 required_choices: extract: yn @@ -173,6 +175,8 @@ options: print: yn modify: yn - table: 128-bit encryption + config: c_enc + config_class: Enc prefix: Enc128 bare: - cleartext-metadata @@ -188,22 +192,22 @@ options: modify: modify128 use-aes: yn - table: 256-bit encryption + config: c_enc + config_class: Enc prefix: Enc256 - from_table: - table: 128-bit encryption - options: - - cleartext-metadata - - accessibility - - extract - - print - - assemble - - annotate - - form - - modify-other - - modify bare: + - cleartext-metadata - force-R5 - allow-insecure + required_choices: + accessibility: yn + extract: yn + print: print128 + assemble: yn + annotate: yn + form: yn + modify-other: yn + modify: modify128 - table: underlay/overlay config: c_uo prefix: UO @@ -277,9 +281,9 @@ json: force-version: progress: encrypt: + key-length: "key length: 48, 128, 256" user-password: "user password" owner-password: "owner password" - key-length: "key length: 48, 128, 256" _40-bit: Enc40.annotate: Enc40.extract: -- cgit v1.2.3-54-g00ecf