PwHash.hashPassword

Hash a password with a salt. Returns the hash as a ubyte[].

  1. string hashPassword(string password, PwHashConfig config)
  2. ubyte[] hashPassword(in char[] password, in Salt salt, PwHashConfig config, size_t length)
    template PwHash(Algorithm alg)
    ubyte[]
    hashPassword
    (
    in char[] password
    ,
    in Salt salt
    ,,
    size_t length
    )

Meta