Click or drag to resize

CryptographyHelper Class

Exposes a set of helper functions to handle cryptography management
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.SecurityCryptographyHelper

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.4.0.0 (3.4.0.0)
Syntax
public class CryptographyHelper

The CryptographyHelper type exposes the following members.

Constructors
  NameDescription
Public methodCryptographyHelper
Initializes a new instance of the CryptographyHelper class
Top
Methods
  NameDescription
Public methodStatic memberCreateMask
Creates a mask from the given encrypted value based on a private key
Public methodStatic memberCreateSalt32Bytes
Creates a random Salt with a length of 32 bytes
Public methodStatic memberDecode
Function which decodes or decrypts a given string based on a private key
Public methodStatic memberDecrypt(String, String)
Function which decrypts a given string based on a private key
Public methodStatic memberDecrypt(String, String, Encoding)
Function which decrypts a given string based on a private key
Public methodStatic memberEncode
Function which encode or encrypt a given string based on a private key
Public methodStatic memberEncrypt(String, String)
Function which encrypts a given string based on a private key
Public methodStatic memberEncrypt(String, String, Encoding)
Function which encrypts a given string based on a private key
Public methodStatic memberEncryptSHA256
Function which encrypts password into a SHA256 hash
Top
See Also