Q: DB-password clear text?

2001-08-28 Thread Enke Michael
Hi! Is there a possibility or would it be easy to implement to have the DB password encrypted in some kind (in *.xsp or cocoon.xconf)? This doesn't mean a state of the art encryption (too complicated!?), but only that not everybody can have direct access to the database. Regards, Michael ---

Re: Q: DB-password clear text?

2001-08-28 Thread Martin Man
On Tue, Aug 28, 2001 at 11:21:45AM +0200, Enke Michael wrote: > Hi! > Is there a possibility or would it be > easy to implement to have the DB password > encrypted in some kind (in *.xsp or cocoon.xconf)? as long as the direct JDBC connection requires plaintext passwords (and yes all existing JDBC

Re: Q: DB-password clear text?

2001-08-29 Thread Mariano Kamp
Michael, to prevent unauthorised pesonnel to look at the password you could probably unset the read flag of their group. Mariano On Tuesday 28 August 2001 22:38, Martin Man wrote: > On Tue, Aug 28, 2001 at 11:21:45AM +0200, Enke Michael wrote: > > Hi! > > Is there a possibility or would it b