jmporterog / maven-replacer-plugin

Automatically exported from code.google.com/p/maven-replacer-plugin
MIT License
0 stars 0 forks source link

Automatic encryption/decryption of values #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Provide function for replacing tokens with encrypted values. The value may be 
either readable or encrypted.

In the case of the value being readable, provide a way to replace the token 
with the the encrypted form of the given value. This will include providing 
the mechanism and configuration for performing the encryption.
- This would be useful if values in the built artifact should not be readable 
(with the artifact able to interpret the replaced value).

In the case of the value already being encrypted, provide a mechanism and 
configuration for decrypting the value and replacing the respective token 
with the decrypted form of the value.
- This would be useful if values should not be readable in the code base.

Original issue reported on code.google.com by baker.st...@gmail.com on 29 Nov 2009 at 12:56

GoogleCodeExporter commented 9 years ago
This feature should almost be a separate plugin all together. 

Original comment by baker.st...@gmail.com on 20 Dec 2009 at 11:27

GoogleCodeExporter commented 9 years ago
Will not take action on this enhancement for this plugin.

Original comment by baker.st...@gmail.com on 3 Feb 2010 at 1:44