I am currently facing following situation: I have some encrypted passwords in my configuration file. These passwords are spotted following a pattern like for instance ENC(<config-value>).
I would like to be able to specify a proxy (or an interceptor) which would then handle such cases. In my previous example, the proxy would just spot such pieces and do the right conversion.
In Java world, there is this neat library named Jasypt which does such a thing.
Just let me know what do you think. Maybe, there is an obvious way I am not aware of to do so without to have to implement such a feature...
Wish you a wonderful day. Kind regards,
christian