Fernet Decryption

Uses Fernet to decrypt a given string based on a given token.

Inputs

NameTypeDescription
StringStringEncrypted string to decrypt
KeyStringSecret key used for decryption

Outputs

NameTypeDescription
SuccessBooleanWhether the string was decrypted
Output StringStringDecrypted string