• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Jeanne Boyarsky
  • Liutauras Vilda
Sheriffs:
  • Tim Cooke
  • Bear Bibeault
  • paul wheaton
Saloon Keepers:
  • Carey Brown
  • Stephan van Hulst
  • Tim Holloway
  • Mikalai Zaikin
  • Piet Souris
Bartenders:

JDBCConnectionPool configuration use of Encrypted Database Password

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
It's just a flesh wound! Or a tiny ad:
Low Tech Laboratory
https://www.kickstarter.com/projects/paulwheaton/low-tech-0
reply
    Bookmark Topic Watch Topic
  • New Topic