PGP encrypt data

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
Bassam_Hesham
Participant
Posts: 3
Joined: Mon Feb 26, 2018 4:18 pm

PGP encrypt data

Post by Bassam_Hesham »

Hello,
Is there a way to encrypt a stream of data (PGP encryption) using data stage?
UCDI
Premium Member
Premium Member
Posts: 383
Joined: Mon Mar 21, 2016 2:00 pm

Post by UCDI »

If nothing else you can feed the data through a commandline program / routine type interface to encrypt and decrypt it.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There's nothing "out of the box" if that's what you meant.

I believe you could also look into a custom C++ transformer function, that or perhaps a custom Build Stage. However, not really for the faint of heart nor someone "new to the product" unfortunately. :(

Have you tried pinging your official support provider, see what they suggest?
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply