2017-05-28 19:34:07 +00:00
|
|
|
<footer>
|
|
|
|
|
2018-04-18 16:18:58 +00:00
|
|
|
<div>
|
2018-04-19 19:48:29 +00:00
|
|
|
<div>
|
|
|
|
<h4>Navigation</h4>
|
|
|
|
<ul>
|
2018-04-21 15:42:24 +00:00
|
|
|
{% assign pages = site.pages | sort: 'order' %}
|
|
|
|
{% for aPage in pages %}
|
|
|
|
{% if aPage.order %}
|
|
|
|
<li><a href="{{ aPage.url }}">{{ aPage.title }}</a></li>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
2018-04-19 19:48:29 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2018-04-18 16:18:58 +00:00
|
|
|
|
2018-04-19 19:48:29 +00:00
|
|
|
<div>
|
|
|
|
<h4>Get Master Password</h4>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://itunes.apple.com/app/id510296984">iOS</a></li>
|
|
|
|
<li><a href="https://ssl.masterpasswordapp.com/masterpassword-android.apk">Android</a></li>
|
|
|
|
<li><a href="https://ssl.masterpasswordapp.com/masterpassword-mac.zip">Mac</a></li>
|
|
|
|
<li><a href="https://ssl.masterpasswordapp.com/masterpassword-gui.jar">Desktop</a></li>
|
|
|
|
<li><a href="https://ssl.masterpasswordapp.com/masterpassword-cli.tar.gz">Terminal</a></li>
|
|
|
|
<li><a href="https://js.masterpasswordapp.com/">Web</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2018-04-18 16:18:58 +00:00
|
|
|
|
2018-04-19 19:48:29 +00:00
|
|
|
<div>
|
|
|
|
<h4>Resources</h4>
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://help.masterpasswordapp.com/">Support</a></li>
|
|
|
|
<li><a href="https://github.com/Lyndir/MasterPassword/">Source Code</a></li>
|
|
|
|
<li><a href="https://github.com/Lyndir/MasterPassword/issues">Report an Issue</a></li>
|
2018-04-21 15:42:24 +00:00
|
|
|
<li><a href="{% link masterpassword-algorithm.pdf %}">Master Password: An Algorithm For Freedom (PDF)</a></li>
|
|
|
|
<li><a href="{% link masterpassword-primer.pdf %}">A Primer on Passwords (PDF)</a></li>
|
2018-04-19 19:48:29 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2018-04-18 16:18:58 +00:00
|
|
|
</div>
|
|
|
|
|
2018-04-19 19:48:29 +00:00
|
|
|
<p>
|
|
|
|
Master Password is a security product and algorithm by <a href="http://www.lhunath.com/">Maarten Billemont</a>, Lyndir (© 2011-2018).<br>
|
2018-04-21 15:42:24 +00:00
|
|
|
Usage implies agreement with our <a href="{% link privacy.html %}">privacy policy and disclaimer</a>.
|
2018-04-19 19:48:29 +00:00
|
|
|
</p>
|
|
|
|
<p><a href="http://guide.bash.academy/">The Bash Guide</a> ● <a href="http://gorillas.lyndir.com">Gorillas</a> ● <a href="https://github.com/Lyndir">GitHub</a> ● <a href="http://thanks.lhunath.com">Send Thanks</a></p>
|
|
|
|
|
2017-05-28 19:34:07 +00:00
|
|
|
</footer>
|
|
|
|
|
2018-04-21 15:42:24 +00:00
|
|
|
<script src="{% link js/jquery-3.3.1.min.js %}"></script>
|
|
|
|
<script src="{% link js/jquery.paroller.min.js %}"></script>
|
|
|
|
<script src="{% link js/main.js %}"></script>
|
2018-04-19 19:48:29 +00:00
|
|
|
|