LassoScript Utility
Basics Browse Detail

[Decrypt_BlowFish2]

Tag Link [Decrypt_BlowFish2] Category Encryption
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

Decrypts a string encrypted using the industry standard BlowFish algorithm. Accepts two parameters, a string to be decrypted and a -Seed keyword with the key or password for the decryption.

Syntax

[Decrypt_Blowfish2: $Cipher, -Seed='MySecretPassword']

Parameters

Required Parameters
Data The data to be decrypted.
-Seed The seed to use to decrypt the data.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.