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
| |
| CreateMaskAes |
Creates a mask from the given AES encrypted value based on a private key
| |
| CreateSalt32Bytes |
Creates a random Salt with a length of 32 bytes
| |
| Decode |
Function which decode a Base64 string
| |
| 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
| |
| DecryptAes |
Function which decrypts password using the AesCryptoServiceProvider algorithm
| |
| Encode |
Function which encode a given string to Base64 string
| |
| 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
| |
| EncryptAes |
Function which encrypts password using the AesCryptoServiceProvider algorithm
| |
| EncryptSHA256 |
Function which encrypts password into a SHA256 hash
| |
| EncryptSHA256FIPS |
Function which encrypts password into a SHA256 hash FIPS compliant
|