Skip to Content
0
Former Member
Mar 03, 2009 at 05:27 PM

DES encryption

139 Views

Hello,

I am facing some issuer when I am trying to encrypt MX_ENCRYPTED_PASSWORD. Indeed, I am using the below code:

Pwd= UserFunc.uDESEncrypt("C:
ProgramFiles
SAP
IdM
Workflow
configs
KEY
keys.ini", password);

The job runs without error but it stores null value for the attribute in the backend.

It seems that u201CThe Java components, the runtime engine and import/export, require the Java Cryptography Extension (JCE) 1.2.2 for triple DES encryption."

Do we need to install this JCE? I have never installed this software. And there are sunjce_provider.jar and jce.jar in the C:\Program Files\SAP\IdM\sapjvm_5\jre\lib\ext

Please help

Best regards