How to Use EFT OpenPGP Keyring within AWE


THE INFORMATION IN THIS ARTICLE APPLIES TO:

  • EFT v6.5 - 7.4.x

DISCUSSION

You can use Advanced Workflow Engine (AWE) workflows to design scripts, batch files, macros, or any other code-intensive process using an easy drag-and-drop interface. AWE actions allow you to create custom, complex interactions within EFT and use them in Event Rules. Processing files with PGP is also required at times and can be complicated, because it does not have a direct Keyring like EFT. However it is possible to use the same keyring, as described below.

  1. Identify where EFT currently stores the Keyring.
  2. Copy these path’s to a blank NotePad++ as you cannot retrieved these once inside of the AWE Workflow.
  3. Be sure to actually check if you have a key in your PGP keyring, just in case.
  4. Create a new AWE workflow or edit an existing workflow that has an encryption process already in the task.
  5. In this example, we are assuming SOURCE and DESTINATION are static, however it is possible to do a directory loop. This is example is just easier to do with static files for this purpose.
  6. Select TYPE as OpenPGP Public/Private Key.
  7. Click the PGP tab.
  8. Find both the key rings in the respective data path for your current EFT install.
  9. Be sure to change the file types to ALL FILES (*.*).
  10. Toggle the correct KEY in the Choose Recipients box.
  11. The window should look similar to the example below.
  12. Click OK.
  13. Your Action should now look similar to the following:
  14. To manage any of the keys for this KEYRING, navigate back to the EFT administration interface from steps 1-3 above to add/delete Key Pairs as required or needed for automation processing.