CryptographyHelper Class |
Namespace: WorkflowGen.My.Security
The CryptographyHelper type exposes the following members.
Name | Description | |
---|---|---|
CryptographyHelper | Initializes a new instance of the CryptographyHelper class |
Name | Description | |
---|---|---|
CreateMask |
Creates a mask from the given encrypted value based on a private key
| |
CreateSalt32Bytes |
Creates a random Salt with a length of 32 bytes
| |
Decode |
Function which decodes or decrypts a given string based on a private key
| |
Decrypt(String, String) |
Function which decrypts a given string based on a private key
| |
Decrypt(String, String, Encoding) |
Function which decrypts a given string based on a private key
| |
Encode |
Function which encode or encrypt a given string based on a private key
| |
Encrypt(String, String) |
Function which encrypts a given string based on a private key
| |
Encrypt(String, String, Encoding) |
Function which encrypts a given string based on a private key
| |
EncryptSHA256 |
Function which encrypts password into a SHA256 hash
|