'use strict'; var crypto = require('crypto'); module.exports = function md5(str) { return crypto .createHash('md5') .update(str) .digest('hex'); };
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
get-versions.js | File | 1.26 KB | 0644 |
|
leek.js | File | 2.95 KB | 0644 |
|
md5.js | File | 182 B | 0644 |
|
provider.js | File | 3.17 KB | 0644 |
|