# Functions
Function to check password is hashed password.
Create token depend on private key.
Function to generate salt value.
Function to hash password.
Function to split hashed password into array of string.
Verify token depend on public key.
Verify token info.