Quit Acrobat if its already running.
With the June 2021 release of Acrobat version 21.005.20048, the PDF document security password must be at least six characters long for both ways you can set a document password:
- Menu > Document properties > Security tab.
- All tools > Protect a PDF > Protect Using Password.
This enhancement is not applicable to Acrobat 2020 and Acrobat 2017.
To protect your PDF documents, it's recommended that you set passwords that are at least six characters long.
If you still prefer a shorter password, you can use a workaround only to set a password through the Document Properties. The Protect Using Password method requires a password of at least six characters.
Workaround 1: Update Acrobat to the latest version and add a feature-specific registry or plist key
In Acrobat, go to Help > About Adobe Acrobat and check if your application is updated to the latest version 21.005.20054. If not, download and install the update manually from here.
After updating your application, do the following:
On Windows
-
Open the registry editor - go to Run (Windows menu + R), type regedit.exe in the Open field and select OK.
-
In the registry editor, based on your installed version of the product, go to the version-specific location listed below, and create the key FeatureState at the location; the key may not be present by default.
- Location for Acrobat 32-bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe Acrobat\DC\FeatureState - Location for Acrobat 64-bit:
HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Adobe Acrobat\DC\FeatureState
- Location for Acrobat 32-bit:
-
Under FeatureState, create a key of type DWORD and name it bDisableMinPasswordLen. Change its value to 1 (one).
-
Close the registry editor.
On macOS
-
Navigate to the folder Library/Application Support/Adobe/Acrobat/DC/Preferences/.
-
Open the com.adobe.acrobat.FeatureState.plist file in any plist editor. If you don't find the plist file, create a file of type Property List with the name 'com.adobe.acrobat.FeatureState' using any plist editor.
-
Create the following entry in the FeatureLockDown key:
Key: bDisableMinPasswordlen
Lock Path: FeatureLockdown
Type: 0 (bool)
Default Value: 1
-
Save the com.adobe.acrobat.FeatureState.plist file.
Workaround 2: Create an action using the Guided actions tool
You can set a document password that's fewer than six characters long using the Guided actions tool. After creating the action, you can reuse it to set a short password on any PDF document.
-
In the Create New Action dialog box, from the Choose tools to add a column, choose Protection > Encrypt. The Encrypt tool is added to the Action steps to show the column on the right. Select Encrypt > Specify Settings.
Note:- If you want to set a new password every time you apply the action on a document, select the Prompt User check box.
- If you want to use the same password for all your documents, clear the Prompt User check box.
When you run the action on a PDF document, Acrobat will allow you to use fewer than six characters long passwords.