cancel
Showing results for 
Search instead for 
Did you mean: 

Encryption in JDBC adapter

Former Member
0 Kudos

Hey,

Can anyone let me know whether we can encrypt messages in jdbc adapter.....?

If no then is there any other way to provide a secure connection between XI and an SQL server.

regards,

Milan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Milan

Your requirement is to encrypt data or userid

JDBC adapter doesn't support encryption

You can keep encrypted id/password in .properties file, decrypt them in java before conecting to database.

There are a lot of API available on internet which will do your task of encryption/decryption.

Data encryption also can be achieved by using Java code.

Thanks

Gaurav

Former Member
0 Kudos

Hey Guarav thanks for the reply.

I actually want to encrypt the data.

Where am i suppose to write the java code...in adpater module...?

regards,

Milan

Former Member
0 Kudos
Former Member
0 Kudos

Hey,

These documents does not mention anything about jdbc adapter.

regards,

Milan