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
UtilCrypto.cs File Reference

Classes

class  IG.Crypto.UtilCrypto
 Basic Cryptographic utilities. More...
 
class  IG.Crypto.UtilCrypto.ConstCrypto
 Contains constants for cryptographic operations from shell functions. More...
 

Namespaces

package  IG.Crypto
 

Enumerations

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