Question

I want to encrypt generated output shapefile via PGP encryption in FME. How we can achieve this?

  • 8 August 2023
  • 1 reply
  • 11 views

I want to encrypt generated output shapefile via PGP encryption in FME. How we can achieve this?

1 reply

Badge +13

It depends on the setup of your system. You might be able to use the SystemCaller and run some local PGP software. Or you could use the PythonCaller in combination with a PGP library.

Do you want to encrypt the whole shapefile or only the attributes?

Reply