Uses Fernet to decrypt a given string based on a given token.
| Name | Type | Description |
|---|
| String | String | Encrypted string to decrypt |
| Key | String | Secret key used for decryption |
| Name | Type | Description |
|---|
| Success | Boolean | Whether the string was decrypted |
| Output String | String | Decrypted string |