``` { install(new JasyptModule(key)); } ``` application.conf: ``` jasypt.sensible.prop = encrypted ``` Module will process all the keys prefixed with `jasypt`, decrypt them and rewrite as `sensible.prop`
application.conf:
Module will process all the keys prefixed with
jasypt, decrypt them and rewrite assensible.prop