Description: Decrypt a string and return it.
Added In: v0.40
public static string Decrypt(string encryptedString) public static string Decrypt(string encryptedString, string password)
//Coming soon