You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Kirula Leelasena <ki...@db.com> on 2003/02/12 18:41:30 UTC

Database password encryption in cocoon.xconf

Hi,
Is there anyway to enable password encryption in cocoon's database connections (ref cocoon.xconf) ?

<datasources>
    <jdbc name="my_db">
          <pool-controller min="5" max="10" oradb="true"/>
          <dburl>jdbc:oracle:thin:@my_server:my_port:my_SID</dburl>
          <user>username</user>
          <password>my_encrypted_password</password>
    </jdbc>
</datasources>

Please advise if a password encryption tool can be used to encrypt database passwords and getting cocoon to use this tool to do the reverse when connecting to a database. I know this is a long shot, but I thought I will ask anyway!

Reason for this query is that our internal security policy do not to allow storing of passwords without them being encrypted first.

Thanks and Regards
Kirula


--

This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden.



---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <co...@xml.apache.org>
For additional commands, e-mail:   <co...@xml.apache.org>