vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function createDigestPassword

Creates the digest password from the user name, realm and password.

string createDigestPassword (
  string realm,
  string user,
  string password
) @safe;

Parameters

NameDescription
realm The realm
user The user name
password The plain text password

Returns

Returns the digest password

Authors

Kai Nacke

Copyright

© 2015 Sönke Ludwig

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.