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 | Obsolete.
Function which decode a Base64 string
|
![]() ![]() | DecodeBase64 |
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
|
![]() ![]() | DecryptAes256CbcHkdfHmac |
Decrypts data produced by EncryptAes256CbcHkdfHmac.
|
![]() ![]() | Encode | Obsolete.
Function which encode a given string to Base64 string
|
![]() ![]() | EncodeBase64 |
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
|
![]() ![]() | EncryptAes256CbcHkdfHmac |
HKDF-based authenticated encryption using AES-256-CBC + HMAC (encrypt-then-MAC).
Uses HKDF (HMAC-based Key Derivation Function) for per-message key separation.
Features: Random salt, domain separation, version byte, and constant-time HMAC verification.
|
![]() ![]() | EncryptSHA256 |
Function which encrypts password into a SHA256 hash
|
![]() ![]() | EncryptSHA256FIPS |
Function which encrypts password into a SHA256 hash FIPS compliant
|