Skip to content

Instantly share code, notes, and snippets.

@wheel5up
Created May 7, 2022 14:21
Show Gist options
  • Save wheel5up/876511114e5e1999078ea8275a619342 to your computer and use it in GitHub Desktop.
Save wheel5up/876511114e5e1999078ea8275a619342 to your computer and use it in GitHub Desktop.
Output of command in encrypt.bat
% java -cp dataloader-54.0.0-uber.jar com.salesforce.dataloader.security.EncryptionUtil
Utility to encrypt a string based on a static or a provided key
Options (mutually exclusive - use one at a time):
-e <plain text> <Path to keyfile> Encrypt a plain text value, keyfile path
-d <encryptText> <Path to keyfile> Decrypt an encrypted text back to plain text value using keyfile
-k [Path to Keyfile] Generate keyfile with optional keyfile path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment