aboutsummaryrefslogtreecommitdiffstats
path: root/manual/encryption.rst
diff options
context:
space:
mode:
authorm-holger <m-holger@kubitscheck.org>2022-01-17 12:09:41 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitf2a3b9cbfc4846d772611f09b5f9b7ad3b8c2c16 (patch)
tree2e25e1bd3b729dd973568bb4b94f51a09ef7e0ab /manual/encryption.rst
parente8e8f6f43c760523520dfe7a5c76d88c959599f6 (diff)
downloadqpdf-f2a3b9cbfc4846d772611f09b5f9b7ad3b8c2c16.tar.zst
Fix manual typo
Diffstat (limited to 'manual/encryption.rst')
-rw-r--r--manual/encryption.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/encryption.rst b/manual/encryption.rst
index 6ca950f7..48d72435 100644
--- a/manual/encryption.rst
+++ b/manual/encryption.rst
@@ -81,7 +81,7 @@ What does all this mean? Here are a few things to realize.
5 bytes long and can be easily brute-forced. As such, files
encrypted with 40-bit encryption are not secure regardless of how
strong the password is. With 128-bit encryption, the default
- security handler uses RC4 encryption, which is also known be
+ security handler uses RC4 encryption, which is also known to be
insecure. As such, the only way to securely encrypt a PDF file using
the standard security handler (as of the last review of this chapter
in 2022) is to use AES encryption. This is the only supported