crypto:decrypt
Full name:
org.kuali.maven.plugins:crypto-maven-plugin:1.0.0: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.
|
text |
String |
- |
The encrypted text to decrypt.
|
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
- Expression: ${crypto.password}
text:
The encrypted text to decrypt.
- Type: java.lang.String
- Required: Yes
- Expression: ${crypto.text}