HashPassword

Encrypt and Decrypt Password Service.

Methods

static decrypt(password) → {string}

Decrypt a given string
Parameters:
Name Type Description
password string String to Decrypt.
Returns:
string - - The String Decrypt.
To Do:
  • Write comments

static encrypt(password) → {string}

Encrypt a given string
Parameters:
Name Type Description
password string String to Hash.
Returns:
string - - The String Hash.
To Do:
  • Write comments