dbTalk Databases Forums  

Oracle JDBC connection string : how to hide password ?

comp.databases.oracle comp.databases.oracle


Discuss Oracle JDBC connection string : how to hide password ? in the comp.databases.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Kona
 
Posts: n/a

Default Oracle JDBC connection string : how to hide password ? - 07-28-2004 , 12:28 PM






Hello,
I'm new with Oracle JDBC connection.
Is it a way to crypt, hide the password string into a Oracle JDBC
connection string ?
The goal is to hide the password within script file.

Thank's in advance

Reply With Quote
  #2  
Old   
Soeren Degn Jahns
 
Posts: n/a

Default Re: Oracle JDBC connection string : how to hide password ? - 07-31-2004 , 05:03 AM






Quote:
Is it a way to crypt, hide the password string into a Oracle JDBC
connection string ?
The goal is to hide the password within script file.
Why don't you build the connection string in your app and then store the
encrypted password in your property file / configuration file. Then when
you've loaded the encrypted password, you decrypt it and build your
connection string.

// Soeren




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.