2
0

Update to Tom's latest mpw-js to fix issues with maximum security passwords.

This commit is contained in:
Maarten Billemont 2015-01-23 08:14:13 -05:00
parent f392ad4053
commit d4b772b467
3 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
<body>
<header>
<p><strong>BETA</strong> - This site may not yet work on your browser.<br>
Passwords are generated locally, your master password is not sent to any server. See <a href="https://github.com/Lyndir/MasterPassword/tree/master/Site/2013-05/mpw-js">the source</a>.</p>
Passwords are generated locally, your master password is not sent to any server. See <a href="https://github.com/Lyndir/MasterPassword/tree/master/Site/mpw-js">the source</a>.</p>
<span id="error"></span>
</header>
<section id="identity" class="active"><form action="#">
@ -51,15 +51,15 @@
<footer>
<p>This page was made possible thanks to <a href="https://tomthorogood.co.uk/" title="Tom Thorogood">tmthrgd</a>'s <a href="https://github.com/tmthrgd/mpw-js">mpw-js</a>.<br>
<em><a href="http://masterpasswordapp.com">Master Password</a> is a security product and algorithm by <a href="http://www.lhunath.com" title="Maarten Billemont">Maarten Billemont</a>, <a href="http://www.lyndir.com">Lyndir</a> (&copy; 2011-2014).</em><br>
Usage implies agreement with our <a href="/privacy.html">privacy policy and disclaimer</a>.</p>
Usage implies agreement with our <a href="http://masterpasswordapp.com/privacy.html">privacy policy and disclaimer</a>.</p>
</footer>
<!-- Scripts -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.1.js"><\/script>')</script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.1.min.js"><\/script>')</script>
<script src="js/dependencies.js?2"></script>
<script src="js/main.js?2"></script>
<script src="js/dependencies.js?3"></script>
<script src="js/main.js?3"></script>
</body>
</html>

View File

@ -41,7 +41,7 @@ window.setImmediate || document.write("<script src=js/mpw-js/" + esdir + "setImm
// Include the scrypt implementation
var SCRYPTASM_PATH = (window.location + '').replace(/[^/]*(#[^#]*)?$/, 'js/mpw-js/scrypt-asm.js');
document.write("<script src=js/mpw-js/" + esdir + "scrypt.js><\/script>");
document.write("<script src=js/mpw-js/" + esdir + "scrypt.js?1><\/script>");
// Include the MPW class
document.write("<script src=js/mpw-js/" + esdir + "mpw.js><\/script>");
document.write("<script src=js/mpw-js/" + esdir + "mpw.js?1><\/script>");

@ -1 +1 @@
Subproject commit 768cfad320668f480e2e44f7bf85c1f0de1b4059
Subproject commit 442e41896998e06e850b42f9f8ea4b33bb237bf1