I want to encrypt generated output shapefile via PGP encryption in FME. How we can achieve this?
Page 1 / 1
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?