Decrypt a Text String using a Key File
Decrypt a Text String using a Key File
See Encrypt a Text String using a Key File to fill the Encryption Definition Form with information that can be used for this example.
After you have generated a string 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 File
- Path to Key File
- String 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 Decrypt button.
- The decrypted text appears in the Decrypted string field.
- Click the Output Button to display the original unencrypted text in an enlarged text box.
- Click OK to return to the main form.