Namespace LrMD5

This namespace provides MD5 digest services.

Access the functions directly from the imported namespace.

Summary

LrMD5.digest( data )
Creates an MD5 digest from a string.

Functions

LrMD5.digest( data )
Creates an MD5 digest from a string.

First supported in version 1.3 of the Lightroom SDK.

Parameters

1. data
(string) The string to digest.

Return value

(string) The MD5 digest of the string.