----- Original Message ----- > From: 이재만 <[email protected]> > To: Tomcat Users List <[email protected]> > Cc: > Sent: Thursday, April 19, 2012 4:37 PM > Subject: Re: dbcp datasource encryption > >t hanks.. > > > > i want to encrypt password and database in my <Resource> element. > > please give me a some imformation about it. > > > > > -----Original Message----- > From: "Christopher > Schultz"<[email protected]> > To: "Tomcat Users List"<[email protected]>; > Cc: > Sent: 2012-04-20 (금) 01:14:54 > Subject: Re: dbcp datasource encryption > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > 이재만, > > On 4/19/12 2:07 AM, 이재만 wrote: > > i am operating website on tomcat6 and tomcat7 > > > > and i used dbcp as datasource on tomcat7 so i want to encrypt dbcp > > datasource > > > > how do i encrypt my dbcp datasource .. plase give me some > > samples.. thanks. > > It's not clear what you are trying to do: > > Are you trying to encrypt your data in the database? > Are you trying to encrypt your connection to your database? > Are you trying to encrypt the password to your database in your > <Resource> element? > > - -chris
http://wiki.apache.org/tomcat/FAQ/Password In short, no. Encrypting your database, database user, and database password buys you virtually (and most people would say actually) nothing. . . . . just my two cents. /mde/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
