Click or drag to resize
Galactic API

SaltedHash Class

SaltedHash is a class that generates and verifies salted hashes for cryptographic purposes.
Inheritance Hierarchy
SystemObject
  Galactic.CryptographySaltedHash

Namespace:  Galactic.Cryptography
Assembly:  Galactic.Cryptography (in Galactic.Cryptography.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public class SaltedHash

The SaltedHash type exposes the following members.

Constructors
  NameDescription
Public methodSaltedHash
Initializes a new instance of the SaltedHash class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGenerateHash
Generates a salted hash using the supplied string data. A random integer is generated as the salt.
Public methodStatic memberGenerateSalt
Generates a random salt using cryptographically secure algorithms.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberVerifyHash
Verifies that the supplied data string matches the value in the supplied hash.
Top
See Also