| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Added urlencoding and base64encoding for redis password
There was a problem hiding this comment.
Looks alright, with one exception noted below.
Sorry, something went wrong.
| parse_str($parts['query'], $options); | ||
| } | ||
|
|
||
| //check 'password-hashing' parameter and extracting password based on encoding |
There was a problem hiding this comment.
This should probably be called password-encoding, since we're not actually hashing anything at this point...
Sorry, something went wrong.
There was a problem hiding this comment.
Made the changes as suggested
Sorry, something went wrong.
changed hashing to encoding as suggested
| Back | FazBrowse Home | New Git URL |
Added urlencoding and base64encoding for redis password