[EMAIL PROTECTED] wrote:
Is there a way to have Commons PropertyConfiguration encrypt the specified value
with a given scheme before it persists them? This is particularly useful for
persisting passwords (although you could argue that passwords should not be
persisted in peroperty files).

Do I need to extend commons configuration?

Thanks,

/U

Configuration does not provide a means for encrypting properties. I fear you have to do the encryption yourself and store the encrypted password (e.g. as a Base64-encoded string) as a property.

Oliver

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to