1. Home
  2. Docs
  3. Flexie CRM Methods
  4. md5 method

md5 method

Method

md5— Is a hash function that produces 128-bit hash value and implements the MD5 algorithm.

Description

A hash function is any function that can be used to map data of different size into a fixed sized data. The returned value is called hashed value that is typically represented as a sequence of 32 hexadecimal digits.

Minimum number of  arguments for this method is one.

Structure of the method:

md5(value)

Parameters

value— is any value we want to hash

Examples

In the example below, we get the hashed value of a string.

{% set result = md5('support@flexie.io')%} 
{{result}}

//Output: ad52ae1f4c79102189736f0ad68a4e76

To stay updated with the latest features, news and how-to articles and videos, please join our group on Facebook, Flexie CRM Academy and subscribe to our YouTube channel Flexie CRM.

How can we help?