Re: Oracle JDBC connection string : how to hide password ?

From: Soeren Degn Jahns <nospam_at_nospam.dk>
Date: Sat, 31 Jul 2004 12:03:56 +0200
Message-ID: <5fKOc.28616$Vf.1652298_at_news000.worldonline.dk>


> 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 Received on Sat Jul 31 2004 - 12:03:56 CEST

Original text of this message