Encrypt

Last Updated: Jul 27, 2021
documentation for the dotCMS Content Management System
Deprecated

Important: This feature has been deprecated, and may no longer be supported in future dotCMS versions.

We strongly recommended that all new implementations, and all existing implementations which rely on this macro use the Crypt Viewtool instead.


This macro allows to encrypt a string. The encryted value can be used in email forms to avoid having email address in plain text. The encrypted value is saved in the variable: $encryptedStr. If you want to echo out the decrypted value use: $crypt.crypt('string to encrypt').

Macro Overview:

Syntax:

#encrypt('string to encrypt')

Arguments:

  • string to encrypt
    This is the string that will be encrypted.

Enter Macro Arguments Here


Optional Parameters:


Usage:


Examples:

Example 1: A simple example using the required fields

#encrypt('website@dotcms.org')
#set ($to = $encryptedStr)


On this page

×

We Dig Feedback

Selected excerpt:

×