posted 11 years ago
Hi,
From the weblogic documentation i came to know that it is possible to encrypt the database password and store it in domain config.xml(i.e., PasswordEncrypted XML attribute).
However it is mentioned that encryption needs to be carried out by a weblogic encryption utility weblogic.security.Encrypt class.
Is there any possibility or feature where in i can use my custom encryption algorithm to encrypt the password of JDBCConnectionPool and have weblogic to make call back to my encryption module at runtime to decrypt the password while creating DB connections ?
Weblogic version : 8.1
Regards,
Ragavendran.