CRYPT.MD5

Formula Explanation

Encrypt characters/data columns using MD5 encoding.

Formula Syntax

In the result column, input: CRYPT.MD5("Character/Column Number to Encode")
  • Character to Encode: For example, "abc", AA1
  • Parameters can be data columns as well, which are identified by the CODE at the top of each column in the table, for example: AA1.

Usage Examples

  1. Write the MD5 encoding of CE2 into CE3.
CE3 = CRYPT.MD5(CE2);

md5_col

  1. Write the MD5 encoding of "abc" into column CF2.
CF2 = CRYPT.MD5("abc")

md5_value

Last Updated: