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 the ways you can set a document password:
- File > Properties > Security tab.
- File > Protect Using Password.
This enhancement is not applicable to Acrobat 2020 and Acrobat 2017.
It's recommended to set at least six characters long passwords to protect your PDF documents for security reasons. If you still want to use a password that's fewer than six characters long, follow any of the workarounds below.
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 click 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 Action Wizard tool
You can set a document password that's fewer than six characters long using the Action Wizard 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 column, choose Protection > Encrypt. The Encrypt tool is added to the Action steps to show column on the right. Click 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.