Cipher encrypt(Cipher encrypt(密码加密))¶
Supported in: Batch, Faster, Streaming
Encrypts expression with cipher.
Expression categories: Other
Declared arguments¶
- Cipher license rid: Cipher license to use.
ResourceIdentifier - Expression: Expression to apply cipher encryption on.
Expression\
Output type: Cipher Text
Examples¶
Example 1: Base case¶
Argument values:
- Cipher license rid: ri.bellaso.main.cipher-license.1-encrypt
- Expression:
string
| string | Output |
|---|---|
| bar | CIPHER::ri.bellaso.main.cipher-channel.1::OCRBIW3iHDltOGa6MEHwb7f/Dw==::CIPHER |
Example 2: Null case¶
Argument values:
- Cipher license rid: ri.bellaso.main.cipher-license.1-encrypt
- Expression:
string
| string | Output |
|---|---|
| null | null |
中文翻译¶
Cipher encrypt(密码加密)¶
支持:批处理(Batch)、快速处理(Faster)、流处理(Streaming)
使用密码(cipher)对表达式进行加密。
表达式类别: 其他
声明的参数¶
- Cipher license rid(密码许可证RID): 要使用的密码许可证。
ResourceIdentifier - Expression(表达式): 需要应用密码加密的表达式。
Expression\
输出类型: Cipher Text(密文)
示例¶
示例 1:基本情况¶
参数值:
- Cipher license rid: ri.bellaso.main.cipher-license.1-encrypt
- Expression:
string
| string | 输出 |
|---|---|
| bar | CIPHER::ri.bellaso.main.cipher-channel.1::OCRBIW3iHDltOGa6MEHwb7f/Dw==::CIPHER |
示例 2:空值情况¶
参数值:
- Cipher license rid: ri.bellaso.main.cipher-license.1-encrypt
- Expression:
string
| string | 输出 |
|---|---|
| null | null |