Commit f2a3b9cbfc4846d772611f09b5f9b7ad3b8c2c16

Authored by m-holger
Committed by Jay Berkenbilt
1 parent e8e8f6f4

Fix manual typo

Showing 1 changed file with 1 additions and 1 deletions
manual/encryption.rst
@@ -81,7 +81,7 @@ What does all this mean? Here are a few things to realize. @@ -81,7 +81,7 @@ What does all this mean? Here are a few things to realize.
81 5 bytes long and can be easily brute-forced. As such, files 81 5 bytes long and can be easily brute-forced. As such, files
82 encrypted with 40-bit encryption are not secure regardless of how 82 encrypted with 40-bit encryption are not secure regardless of how
83 strong the password is. With 128-bit encryption, the default 83 strong the password is. With 128-bit encryption, the default
84 - security handler uses RC4 encryption, which is also known be 84 + security handler uses RC4 encryption, which is also known to be
85 insecure. As such, the only way to securely encrypt a PDF file using 85 insecure. As such, the only way to securely encrypt a PDF file using
86 the standard security handler (as of the last review of this chapter 86 the standard security handler (as of the last review of this chapter
87 in 2022) is to use AES encryption. This is the only supported 87 in 2022) is to use AES encryption. This is the only supported