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