Hi Gurus,
Oracle 11203
RHEL 6
I'm in the process of setting up network encryption for the client .The JAVA application(jboss) uses thin client and i have the below parameters setup in the sqlnet.ora on the db server.I don't really have to setup the relevant parameters on the client side ( i have many clients)since i'm controlling the encryption from the database ,correct?
What encryption algorithm should i be using to have little impact with adequate security?and how to make sure that communication should not fail with any of the clients .
SQLNET.ENCRYPTION_SERVER=REQUIRED
SQLNET.ENCRYPTION_TYPES_SERVER=(AES256,AES128,RC4_256)
SQLNET.CRYPTO_CHECKSUM_SERVER=REQUIRED
SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER=(SHA1,MD5)
SQLNET.CRYPTO_SEED="vbnmjhyuiotrewsdfghlklnbvdsyuj"
Regards