Decrypt a File using a Key Store

See Encrypt a File using a Key Store to fill the Encryption Definition Form with information that can be used for this example.

After you have generated a file encryption, you will now reverse the encryption using the Decryption Definition Form.

In the Decrypt portion of the main form:

  • Click the Copy Key From Above button.
  • The following fields will be filled in on the Decryption Definition Form:
    • Decrypt String
    • Using Key Store
    • Path to Key Store
    • UserId
    • Key Store Password
    • File to Decrypt
  • Type following for the Private Key Password:
    • password
    • If you get an error message saying the password is incorrect, try typing
      12345678
      for the password.
  • Click the Output Button.
    • Select the default file name (TutorialTestfile..txt.decrypted) that is presented in the File Save Dialog.
    • Click Save to return to the main form.
  • Click the Decrypt button.
  • Use Notepad to open the TutorialTestfile..txt.decrypted file to verify the data has been successfully decrypted back to its original form.