Newer Version Available
Step Two: Create the Encrypted Password
| Available in: both Salesforce Classic (not available in all orgs) and Lightning Experience |
| Available in: Enterprise, Performance, Unlimited, and Developer editions |
Create the encrypted password using the key file that you generated in the previous step.
- In the same command prompt window, enter the following command.
encrypt.bat –e <password> <key file path>
Replace <password> with the password that you use to log in to Salesforce in Data Loader combined with your org's security token (no space in between). Replace <key file path> with the file path you created in the previous step.
For example, if your Data Loader password is myP4sswordsRock and your org's security token is 00DE0X0A0M0PeLE!AQcAQH0dMHEXAM, then the command would be:
1encrypt.bat -e myP4sswordsRock00DE0X0A0M0PeLE!AQcAQH0dMHEXAM C:\Users\jjang\.dataloader\dataLoader.key - Copy the generated encrypted password string. You use this value in a later step.