pub fn decrypt_server_request(
to_decrypt: &str,
key: &str,
) -> Result<String, SFError>
👎Deprecated since 0.2.2: S&F requests are no longer encrypted, so this function will be removed in a future update. If you need to decode the arguments to a command yourself, you can just base64 decode them