Ghostscript 在加密 PDF 时使用 AES 或 DES 加密方法吗?

发布于 2024-11-25 01:04:38 字数 132 浏览 2 评论 0原文

Ghostscript 加密 PDF 时使用 AES 或 DES 加密方法吗?
我是否需要指定特定的 -dEncriptionR=# 值(# 可以是 2、3、4、5 等)才能在 Ghostscript 命令行上使用 AES(而不是 DES)?

Does Ghostscript use AES or DES encryption method when encrypting PDFs?
Do I need to specify a specific -dEncriptionR=# value (# can be 2, 3, 4, 5, etc) to use AES as opposed to DES on the Ghostscript command line?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

客…行舟 2024-12-02 01:04:38

Ghostscript 中的 pdfwrite 设备在加密输出时不支持 AES 或 DES,仅支持标准方法。

EncryptionR 开关仅控制使用标准安全处理程序的哪个版本,并且它只有两个值 2 或 3,如 gs/ps2pdf.htm 和 PDF 参考手册中所述(我的 1.7 副本中第 122 页上的表 3.19)参考)

The pdfwrite device in Ghostscript does not support AES or DES when encrypting output, it only supports the Standard method.

The EncryptionR switch only controls which revision of the standard security handler is used and it has only two values 2 or 3, as described in gs/ps2pdf.htm and in the PDF reference manual (Table 3.19 on p 122 in my copy of the 1.7 reference)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文