PwHash.verifyPassword

Verify a password with a hash and salt

  1. bool verifyPassword(string password, string storageString)
  2. bool verifyPassword(in ubyte[] hash, string password, in Salt salt, PwHashConfig config)
    template PwHash(Algorithm alg)
    bool
    verifyPassword
    (
    in ubyte[] hash
    ,
    string password
    ,
    in Salt salt
    ,
    )

Meta