enc:encrypt

Full name:

org.kuali.maven.plugins:enc-maven-plugin:1.0.0:encrypt

Description:

Encrypt 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 encrypting text. This same password must be used to decrypt the encrypted text
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. eg FOO -> ENC(y9G0trn)
User property is: enc.text.

Parameter Details

password:

The password for encrypting text. This same password must be used to decrypt the encrypted text
  • 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. eg FOO -> ENC(y9G0trn)
  • Type: java.lang.String
  • Required: Yes
  • User Property: enc.text