crypto:encrypt

Full name:

org.kuali.maven.plugins:crypto-maven-plugin:1.0.0-SNAPSHOT: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 can be used to to decrypt the encrypted text
text String - The text to encrypt.

Parameter Details

password:

The password for encrypting text. This same password can be used to to decrypt the encrypted text
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${crypto.password}

text:

The text to encrypt.
  • Type: java.lang.String
  • Required: Yes
  • Expression: ${crypto.text}