SynopsisGenerate a nonce string for digest authentication purposes. Prototype#include "websda.h" char_t alcNonce(webs_t wp); Parameters
DescriptionThe returned string must be deleted using bfree. Return ValuewebsCalcNonce returns a pointer to a new copy of a nonce string, or a NULL on an error. Examplechar_t * nonce = websCalcNonce(wp); See AlsowebsCalcOpaque(), websCalcDigest(), bfree() |