Yes, see http://camel.apache.org/jasypt.html
On Fri, May 6, 2011 at 9:30 AM, tnk <[email protected]> wrote: > Hello, > > is there any way to secure passwords for camel endpoints (ftp, smtp, ...)? > Currently we store passwords in properties file (text) and use it in spring > DSL like > > <bean > > class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> > <property name="location" > value="file:${karaf.base}/etc/credentials.properties" /> > </bean> > > <endpoint id="ftp_endpoint" uri="${ftp.endpoint}"/> > > Can properties file be encrypted? > > Thanks. > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/endpoints-password-protection-tp4375226p4375226.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
