EncryptedPropertiesUtils may be used to encrypt a properties file but cannot be used in an automated fashion because it prompts for additional key-values pairs. Attached is a patch that disables prompting for additional key-values pairs by default and provides a command line switch, --add-values, for enabling user input to add additional values.
From jmsig...@gmail.com on September 09, 2014 11:18:01
EncryptedPropertiesUtils may be used to encrypt a properties file but cannot be used in an automated fashion because it prompts for additional key-values pairs. Attached is a patch that disables prompting for additional key-values pairs by default and provides a command line switch, --add-values, for enabling user input to add additional values.
Attachment: EncryptedPropertiesUtils --add-values switch.patch
Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=336