Encrypt from the Command Line
- Open a command prompt, and navigate to the bin subfolder of your Data Loader installation folder.
- Run encrypt .bat
-
At the command line, follow the prompts provided to execute the following actions.Generate a key: -k [path to keyfile]Generates a key file, and saves it in %userprofile%\.dataloader\dataLoader.key if the path is notspecified. Store this file with care as you use it for encryption anddecryption.Encrypt text: -e
Generates an encrypted version of the text. Provide a key file for theencryption.Decrypt text: -d Decrypts the text using the key file.