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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Decrypts container value with Blowfish engine.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Encryption | 2.9 | ✅ 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" | |
value | The container value to use. | $inputData | |
iv | The initial vector as a text with up to 16 bytes length. | "1234567890ABCDEF" | Optional |
Returns error or decrypted container value.
Encrypt and Decrypt:
set variable $key to "Hello"
set variable $encryptedData to MBS( "Encryption.EncryptContainerBlowfish"; $key; $inputData )
set variable $decryptedData to MBS( "Encryption.DecryptContainerBlowfish"; $key; $encryptedData )
Created 18th August 2014, last changed 12nd June 2020
Encryption.DecryptContainerAES - Encryption.DigestNames
Feedback: Report problem or ask question.