Click or drag to resize
PasswordHash Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Salted password hashing with PBKDF2-SHA1. Author: havoc AT defuse.ca www: http://crackstation.net/hashing-security.htm Compatibility: .NET 3.0 and later.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEnginePasswordHash

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class PasswordHash

The PasswordHash type exposes the following members.

Constructors
  NameDescription
Public methodPasswordHash
Initializes a new instance of the PasswordHash class
Top
Methods
  NameDescription
Public methodStatic memberCreateHash
Creates a salted PBKDF2 hash of the password.
Public methodStatic memberValidatePassword
Validates a password given a hash of the correct one.
Top
Fields
See Also