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. 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.
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. |
Copyright 2024 Samsung All rights reserved