You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Jasypt component

Available as of Camel 2.5

Jasypt is a simplified encryption library which makes encryption and decryption easy. Camel integrates with Jasypt to allow sensitive information in Properties files to be encrypted. By dropping camel-jasypt on the classpath those encrypted values will automatic be decrypted on-the-fly by Camel. This ensures that human eyes can't easily spot sensitive information such as usernames and passwords.

TODO: maven
TODO: tooling

Options

The Camel Jasypt component offers the following options

Example with Java DSL

Example with Spring XML

See Also

  • No labels