Bixby Developer Center

References

md5

Provides an implementation of the MD5 message digest algorithm.

Caution

This module is being deprecated and will be removed in a future version of the Bixby JavaScript API. It is not supported with JavaScript Runtime Version 2.

Importing with JavaScript Runtime Version 1:

var md5 = require('md5')

The following sections describe the available methods within this module. Each section includes a table that lists the parameters for that method, as well as the parameter's type and description.

md5.generate(str)

Implementation of MD5 message digest algorithm. Original Source: Joseph Myers

Kind: Static method of md5
Returns: String - Hex-encoded MD5 digest

ParameterTypeDescription
strStringThe input string.