Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Decrypts data with Blowfish engine in CFB64 mode.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Encryption | 2.7 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
This function was deprecated. Use Encryption.Cipher instead.
Parameter | Description | Example | Flags |
---|---|---|---|
key | The key you want to use. | "Hello" | |
text | The text to encrypt. | "Hello World" | |
iv | The initial vector as a text with up to 16 bytes length. | "1234567890ABCDEF" | Optional |
Returns encrypted text encoded as hex.
Simply encrypt a text:
MBS( "Encryption.EncryptBlowfish"; $key; $text )
This function checks for a license.
Created 18th August 2014, last changed 12nd June 2020