diff --git a/Untitled Diagram.drawio b/Untitled Diagram.drawio new file mode 100644 index 0000000..4758ab8 --- /dev/null +++ b/Untitled Diagram.drawio @@ -0,0 +1 @@ +UzV2zq1wL0osyPDNT0nNUTV2VTV2LsrPL4GwciucU3NyVI0MMlNUjV1UjYwMgFjVyA2HrCFY1qAgsSg1rwSLBiADYTaQg2Y1AA== \ No newline at end of file diff --git a/hashed-password.js b/hashed-password.js index f41245a..0ed0951 100644 --- a/hashed-password.js +++ b/hashed-password.js @@ -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) { diff --git a/pwdhash.js b/pwdhash.js index e6c3938..0f8cf18 100644 --- a/pwdhash.js +++ b/pwdhash.js @@ -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 */ /*