Skip to content

Commit

Permalink
turns username & password passed by user into secured w/ SSHA hash pa…
Browse files Browse the repository at this point in the history
…ir for nginx auth_basic_user_file
  • Loading branch information
juliyvchirkov authored Oct 7, 2016
1 parent d432318 commit 576928b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngx#genba
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ oldies like crypt, sha, md5 et cetera
usage: ngx#genba ⌘ ngx#genba username ⌘ ngx#genba username password

ngx#genba turns username & password passed by user into the hash pair for
auth_basic_user_file https://goo.gl/ZGdA7Z in interactive, semi-interactive
auth_basic_user_file https://goo.gl/Ts7bCp in interactive, semi-interactive
or non-interactive way. hash pairs are secured w/ SSHA (salted SSH-1; strong,
durable & trustworthy scheme https://goo.gl/CcksEm, widely used by openldap
& dovecot on regular basics & recommended by nginx). hashes meet the guidlines
Expand Down

0 comments on commit 576928b

Please sign in to comment.