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

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