Home
last modified time | relevance | path

Searched refs:confounder (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/plugins/generic-sessions/
Dutils.c406 lws_genhash_update(&hash_ctx, vhd->confounder, strlen(vhd->confounder)) || in lwsgs_check_credentials()
453 lws_genhash_update(&hash_ctx, vhd->confounder, strlen(vhd->confounder)) || in lwsgs_hash_password()
Dprivate-lwsgs.h77 char confounder[32]; member
Dprotocol_generic_sessions.c188 lws_strncpy(vhd->confounder, pvo->value, in callback_generic_sessions()
189 sizeof(vhd->confounder)); in callback_generic_sessions()
/external/libwebsockets/READMEs/
DREADME.generic-sessions.md35 - user account passwords stored as salted SHA-1 with additional confounder
178 # the confounder is part of the salted password hashes. If this config
180 # will have to get the confounder out of the process image to even try
182 "confounder": "Change to <=31 chars of junk",
228 You can also define a per-vhost confounder shown in the example above, used
230 will also need to get the confounder along with the database, which you can