Derives a SHA256 key from a password using an extension of the PBKDF1 algorithm.
SHA256
01 Syntax
Microsoft.VisualBasic.SecurityString.SHA256
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| .ctor | 1 | |
| DecryptString | 1 | 字符串的解密方法 |
| EncryptData | 1 | Encrypt the plain text string. |
| GetDynamicsCertification | 1 | 双重动态数据签名 |
| GetDynamicsCertification | 2 | |
| ToString | 1 | |
| Decrypt | 1 | |
| Encrypt | 1 | |
| Serialization | 1 | |
| Deserialization | 1 | |
| Create | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| CertificateSigned | 1 | The previous key of the sha256 encryption will be expired after the rebuild of this module, so that this method is not working on the statics data storage job. |
| Passphrase | 1 |
04 Members
#ctor(
String, String)Parameters
| Name | Type | Description |
|---|---|---|
password | String | - |
saltValue | String | 8 Bytes |
DecryptString(
String)字符串的解密方法
Parameters
| Name | Type | Description |
|---|---|---|
cipherText | String | - |
EncryptData(
String)Encrypt the plain text string.
Parameters
| Name | Type | Description |
|---|---|---|
plainText | String | - |
GetDynamicsCertification``1
双重动态数据签名
Type Parameters
| Name | Description |
|---|---|
T |
GetDynamicsCertification(
Type)双重动态数据签名
CertificateSigned
The previous key of the sha256 encryption will be expired after the rebuild of this module, so that this method is not working on the statics data storage job. (在本模块进行重新编译之后,原有的密匙将会失效,故这个属性不适合于静态存储加密使用)
Passphrase
ToString()
Decrypt(Byte())
Encrypt(Byte())
Serialization(Byte())
Deserialization(
String)GetDynamicsCertification()
Create()