adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / PasswordHash Class
Members

In This Topic
    PasswordHash Class
    In This Topic
    Salted password hashing with PBKDF2-SHA1. Author: havoc AT defuse.ca www: http://crackstation.net/hashing-security.htm Compatibility: .NET 3.0 and later.
    Syntax
    'Declaration
     
    
    Public MustInherit NotInheritable Class PasswordHash 
    public static class PasswordHash 
    Inheritance Hierarchy

    System.Object
       ArcanaDevelopment.adTempus.Shared.PasswordHash

    See Also