Page 1 of 1

De-encrypting parameters

Posted: Mon Aug 01, 2005 8:35 am
by gpbarsky
Hola mis amigos.

I need to know how to de-encrypt some parameters that are defined as encrypted.

I mean, I want to make a call to DSLogInfo function for the value of the parameters to be sure that I'm receiving the correct value.

Is there any function or any way to see the value of an encrypted field or parameter ?

Thanks in advance.

Posted: Mon Aug 01, 2005 8:42 am
by ArndW
No, they are encrypted so that this is not possible.

Posted: Mon Aug 01, 2005 8:49 am
by kduke
IBM would not be happy if someone published a way to decrypt these values.

Posted: Mon Aug 01, 2005 11:45 am
by Sainath.Srinivasan
The whole purpose of encryption is to avoid it from public display.

Anyhow in earlier version of DataStage you can identify the value of the encrypted parameter.

Posted: Mon Aug 01, 2005 12:29 pm
by chulett
Ogmios should be along soon to let us all know how easy it is to decrypt things in DataStage. :wink:

Posted: Tue Aug 02, 2005 12:41 am
by ogmios
Hey :? ... :wink: ... :lol:

Left as exercise for the student

Posted: Tue Aug 02, 2005 4:40 am
by roy
Hi,
Having all that said...
In order to test for development reasons nothing prevents you from logging the value from inside the job :wink:
Bare in mind you should not leave any job in this condition in your production project what so ever (or loose the whole encrypted idea)

IHTH,

Posted: Tue Aug 02, 2005 4:47 pm
by ketfos
Hi,
Does this means that one cannot decrypt the job paramters like user id and password which have been encrypted?

Thanks

Ketfos

De-encrypting Parameters

Posted: Tue Aug 02, 2005 11:49 pm
by jetlim
try this :

DSGetParamInfo(DSJ.ME,"<parameter name>", DSJ.PARAMVALUE)

eg:

DSGetParamInfo(DSJ.ME,"Database_Password", DSJ.PARAMVALUE)

regards,
Jet