enc:decrypt
Full name:
org.kuali.maven.plugins:enc-maven-plugin:1.0.1-SNAPSHOT:decrypt
Description:
Decrypt the specified text using the specified password
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Invokes the execution of this plugin's goal decrypt prior to executing itself.
Required Parameters
Name |
Type |
Since |
Description |
password |
String |
- |
The password used to encrypt/decrypt text values. User property is: enc.password. |
strength |
EncStrength |
- |
The encryption strength, BASIC or STRONG Default value is: BASIC. User property is: enc.strength. |
text |
String |
- |
The text to encrypt/decrypt.
FOO -> enc--y9G0trn
enc--y9G0trn -> FOO
User property is: enc.text. |
Parameter Details
password:
The password used to encrypt/decrypt text values.
- Type: java.lang.String
- Required: Yes
- User Property: enc.password
strength:
The encryption strength, BASIC or STRONG
- Type: org.kuali.common.util.enc.EncStrength
- Required: Yes
- User Property: enc.strength
- Default: BASIC
text:
The text to encrypt/decrypt.
FOO -> enc--y9G0trn
enc--y9G0trn -> FOO
- Type: java.lang.String
- Required: Yes
- User Property: enc.text