Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Untitled Diagram.drawio
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<mxfile host="app.diagrams.net" modified="2021-02-25T19:17:33.395Z" agent="5.0 (X11)" version="14.4.3" etag="DMAMBRlS2DwhI7HGsLHm" type="github"><diagram id="IbJ6IUuntVK9dkMXjvLv">UzV2zq1wL0osyPDNT0nNUTV2VTV2LsrPL4GwciucU3NyVI0MMlNUjV1UjYwMgFjVyA2HrCFY1qAgsSg1rwSLBiADYTaQg2Y1AA==</diagram></mxfile>
1 change: 1 addition & 0 deletions hashed-password.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* Hashed Password
* Combination of page URI and plaintext password.
* Treated as a string, it is the hashed password.
* Hash password
*/

function SPH_HashedPassword(password, realm) {
Expand Down
1 change: 1 addition & 0 deletions pwdhash.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Distributed under the BSD License
* See http://crypto.stanford.edu/PwdHash for more info.
* Requires the Javascript MD5 library, available here: http://pajhome.org.uk/crypt/md5
* remote app
*/

/*
Expand Down