Encrypting config files with Spring 3.1 and jasypt
I’ve been working on a project that at one point needed encrypted configuration files. The JASYPT library provides a very nice tie-in with Spring. There were some pieces I had to put together, so here are the results of my @Configuration file that handles encryption. It will scan a given directory (specified by the VM argument config.dir) for any .properties files, and uses JASYPT to […]
Encrypting config files with Spring 3.1 and jasypt Continue Reading »