Encryption and Decryption of fields using Datastage.

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
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Encryption and Decryption of fields using Datastage.

Post by kollurianu »

Hi All,

Just want to encrypt only 2 fields (not the whole file) in a file and also should be able to decrypt those 2 fields in Datastage .

Any inputs , greatly appreciated.

Thanks in advance.
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

I don't think there is an in built encryption and decryption mechanisms available in datastage.

But you can have your own routine for that with your own logic.
pandeeswaran
kollurianu
Premium Member
Premium Member
Posts: 614
Joined: Fri Feb 06, 2004 3:59 pm

Post by kollurianu »

Thanks Pandeesh for your response.

Anyways to acheive this other than creating a custom PX routine for it?

Any inputs greatly appreciated..
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

You could always call an external filter, BuildOp or custom operator.

As Pandeesh has indicated, there's not really anything built-in to the parallel engine at this time to do this.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
pandeesh
Premium Member
Premium Member
Posts: 1399
Joined: Sun Oct 24, 2010 5:15 am
Location: CHENNAI, TAMIL NADU

Post by pandeesh »

kollurianu wrote:Anyways to acheive this other than creating a custom PX routine for it?
There are ways.. right now, i am building a basic server routine for encryption with SEQ() and CHAR() functions.
You can refer this post:

viewtopic.php?p=400900
pandeeswaran
Post Reply