Routine for Encrypt and decrypt

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
PRIYARAJ
Participant
Posts: 41
Joined: Fri Jan 18, 2008 10:23 am

Routine for Encrypt and decrypt

Post by PRIYARAJ »

Hi,

Can anyone please help me whether we have any functioanlity in datastage to write a custom routine to encrypt and decrypt passwords?
If so,can you please give me additional information.

Thanks in Advance !
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You can write custom routines to do whatever you like. Go to the Routines branch of the repository and create a new server routine. There are zillions of encryption algorithms, and you can write your own.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply