Provides an implementation of the MD5 message digest algorithm.
This module is being deprecated and will be removed in a future version of the Bixby JavaScript API.
var md5 = require('md5');
Implementation of MD5 message digest algorithm. Original Source: Joseph Myers
Kind: Static method of md5
Returns: String
- Hex-encoded MD5 digest
Parameter | Type | Description |
---|---|---|
str | String | The input string. |