LassoScript Utility
Basics Browse Detail

[Encrypt_BlowFish2]

Tag Link [Encrypt_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

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

Syntax

[Encrypt_Blowfish2: $PlainText, -Seed='MySecretPassword']

Parameters

Required Parameters
Data The data to be encrypted.
-Seed The seed to use to encrypt the data.

Examples

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