# Functions
Decrypt decrypts cipher text into plain text string.
Encrypt encrypts plain text string into cipher text.
GenerateSignature where key = is secret key).
HashPassword hashes plain text password.
No description provided by the author
MonthsBetween calculates the number of months between two dates.
WeeksBetween calculates the number of weeks between two dates.
YearsBetween calculates the number of years between two dates.