enc:decrypt
Full name:
org.kuali.maven.plugins:enc-maven-plugin:1.0.0-SNAPSHOT:decrypt
Description:
Decrypt the specified text using the specified password
Attributes:
- Requires a Maven project to be executed.
Required Parameters
| Name |
Type |
Since |
Description |
| password |
String |
- |
The password for decrypting the specified text. This must be the
same password that was used to encrypt it. 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 encrypted text to decrypt. eg ENC(y9G0trn) -> FOO User property is: enc.text. |
Parameter Details
password:
The password for decrypting the specified text. This must be the
same password that was used to encrypt it.
- 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 encrypted text to decrypt. eg ENC(y9G0trn) -> FOO
- Type: java.lang.String
- Required: Yes
- User Property: enc.text