Module: security

Module: security

Security Only for NodeJS
Source:

Methods

<inner> md5(data) → {String}

Create an md5 hash
Parameters:
Name Type Description
data Buffer | String
Source:
Returns:
base64 string
Type
String

<inner> sha1(data) → {String}

Create an sha1 hash
Parameters:
Name Type Description
data Buffer | String
Source:
Returns:
base64 string
Type
String

<inner> sha512(data) → {String}

Create an sha512 hash
Parameters:
Name Type Description
data Buffer | String
Source:
Returns:
base64 string
Type
String