I have a need to encrypt an entry in a properties file, yet I have to be able to decrypt it so it can be used.
Is there a way to get jaspyt / appfuse to do this for me? (I'm in a Spring MVC app). I've seen the part about jaspyt/appfuse/database columns, but it's not really what I was looking for. Yes, it's safer to MD5 things, but I need to be able to decrypt the property in question.
