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