~~NOTOC~~
~~Title: Encrypt ~~
**Description:**\\
Encrypt a string and return it.
**Added In:** v0.40
====== Function ======
public static string Encrypt(string message, bool output = false)
public static string Encrypt(string message, string password, bool output = false)
----
\\
====== Usage ======
//Coming soon
----
\\
====== Examples ======
//Coming soon
----