cancel
Showing results for 
Search instead for 
Did you mean: 

Triple DES Encryption

Former Member
0 Kudos

Hi Guys,

I am using Triple DES Encryption method to encrypt my password. I am using the windows run time engine and Java run time engine both to test my script. However, the key defined for the windows run time engine does not work for the java run time engine. Is there a common way of defining a key with 28 bytes which works for both the environments.

Thanks in advance for all the help.

NSinghvi

Accepted Solutions (0)

Answers (2)

Answers (2)

mvoros
Active Contributor
0 Kudos

Hi,

check note 1321044. It might help you to solve your problem.

Cheers

Former Member
0 Kudos

Thanks. The information on the Note was quite useful.

former_member2987
Active Contributor
0 Kudos

This should be defined in the keys.ini file. Have you checked it? Even if Keys.ini is not present, there is an internal key that can be used for encryption. VERY insecure as all installs have the same internal key.

Former Member
0 Kudos

Hi,

Thanks for your reply. But the key in the keys.init file do not work for both run time environments (java and windows).

Thanks.

Nsinghvi