AES
01 Syntax
Microsoft.VisualBasic.SecurityString.AES
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| DecryptString | 1 | |
| EncryptData | 1 | 加密明文,然后使用base64字符串输出结果 |
| Decrypt | 1 | |
| Encrypt | 1 |
03 Members
DecryptString(
String)Parameters
| Name | Type | Description |
|---|---|---|
text | String | 密文数据的base64字符串 |
EncryptData(
String)加密明文,然后使用base64字符串输出结果
Parameters
| Name | Type | Description |
|---|---|---|
text | String | - |
Decrypt(Byte())
Encrypt(Byte())