IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
Package IG.Crypto

Classes

class  UtilCrypto
 Basic Cryptographic utilities. More...
 

Enumerations

enum  HashType : int {
  HashType.None = 0, HashType.MD5 = 1, HashType.SHA1 = 2, HashType.SHA256 = 4,
  HashType.SHA512 = 8
}
 Enumerator for selecting the hashing algorithm. More...
 

Enumeration Type Documentation

enum IG.Crypto.HashType : int

Enumerator for selecting the hashing algorithm.

Enumerator
None 

No hashing algorithm specified.

MD5 

Specifies the MD5 hashing algorithm.

SHA1 

Specifies the SHA1 hashing algorithm.

SHA256 

Specifies the SHA256 hashing algorithm.

SHA512 

Specifies the SHA512 hashing algorithm.