PwHash.hashPassword

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

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

Meta