encode-password ( string salt -- bytes )


Vocabulary
furnace.auth

Inputs
stringa string
saltan integer


Outputs
bytesa byte-array


Word description
Encodes a password with the current authentication realm's checksum.

Definition