Function createDigestPassword
Creates the digest password
from the user
name, realm
and password
.
Prototype
string createDigestPassword(
string realm,
string user,
string password
);
Parameters
Name | Description |
---|---|
realm | The realm |
user | The user name |
password | The plain text password |
Returns
Returns the digest password
Authors
Kai Nacke
Copyright
© 2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.