110f7069e1
[FIXED] When backgrounding the app and re-showing it, don't reveal the UI when logout is enabled.
269 lines
14 KiB
HTML
269 lines
14 KiB
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<title>Master Password — Securing your online life.</title>
|
|
|
|
<link rel="icon" href="img/favicon.png" type="image/x-png" />
|
|
<link rel="shortcut icon" href="img/favicon.png" type="image/x-png" />
|
|
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Exo:100,400,600,900,100italic,400italic,600italic" />
|
|
<link rel="stylesheet" type="text/css" href="css/ml-shadows.css" />
|
|
<link rel="stylesheet" type="text/css" href="css/screen.css" />
|
|
|
|
<!-- Google Analytics -->
|
|
<script type="text/javascript">
|
|
var _gaq = _gaq || [];
|
|
_gaq.push(['_setAccount', 'UA-90535-15']);
|
|
_gaq.push(['_trackPageview']);
|
|
|
|
(function() {
|
|
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
|
})();
|
|
</script>
|
|
|
|
<!-- Get Satisfaction -->
|
|
<!--script type="text/javascript" charset="utf-8">
|
|
var is_ssl = ("https:" == document.location.protocol);
|
|
var asset_host = is_ssl ? "https://d3rdqalhjaisuu.cloudfront.net/" : "http://d3rdqalhjaisuu.cloudfront.net/";
|
|
document.write(unescape("%3Cscript src='" + asset_host + "javascripts/feedback-v2.js' type='text/javascript'%3E%3C/script%3E"));
|
|
</script>
|
|
<script type="text/javascript" charset="utf-8">
|
|
var feedback_widget_options = {};
|
|
feedback_widget_options.display = "overlay";
|
|
feedback_widget_options.company = "lyndir";
|
|
feedback_widget_options.placement = "right";
|
|
feedback_widget_options.color = "#222";
|
|
feedback_widget_options.style = "question";
|
|
var feedback_widget = new GSFN.feedback_widget(feedback_widget_options);
|
|
</script-->
|
|
|
|
<!-- UserEcho -->
|
|
<script type='text/javascript'>
|
|
var _ues = {
|
|
host:'support.lyndir.com',
|
|
forum:'13031',
|
|
lang:'en',
|
|
tab_icon_show:false,
|
|
tab_corner_radius:5,
|
|
tab_font_size:20,
|
|
tab_image_hash:'RmVlZGJhY2s%3D',
|
|
tab_alignment:'right',
|
|
tab_text_color:'#FFFFFF',
|
|
tab_bg_color:'#DDDDDD',
|
|
tab_hover_color:'#CCCCCC'
|
|
};
|
|
|
|
(function() {
|
|
var _ue = document.createElement('script'); _ue.type = 'text/javascript'; _ue.async = true;
|
|
_ue.src = ('https:' == document.location.protocol ? 'https://s3.amazonaws.com/' : 'http://') + 'cdn.userecho.com/js/widget-1.4.gz.js';
|
|
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(_ue, s);
|
|
})();
|
|
</script>
|
|
|
|
<!-- jQuery -->
|
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
|
|
|
|
<!-- Nivo Slider -->
|
|
<link rel="stylesheet" href="nivo-slider.css" type="text/css" media="screen" />
|
|
<script src="jquery.nivo.slider.pack.js" type="text/javascript"></script>
|
|
|
|
<!-- Page JS -->
|
|
<script type="text/javascript">
|
|
$(document).ready(function() {
|
|
$(window).scroll(function() {
|
|
if ($(window).scrollTop() > 100) {
|
|
$(".appstore").show();
|
|
$("header .appstore").hide();
|
|
} else {
|
|
$(".appstore").hide();
|
|
$("header .appstore").show();
|
|
}
|
|
})
|
|
});
|
|
</script>
|
|
|
|
</head>
|
|
<body id="frontpage">
|
|
<a class="appstore" href="http://itunes.com/apps/MasterPassword"><img src="img/appstore.png" /></a>
|
|
<header>
|
|
|
|
<a class="appstore" href="http://itunes.com/apps/MasterPassword"><img src="img/appstore.png" /></a>
|
|
<h1><a href="index.html"><img class="logo" src="img/iTunesArtwork-Bare.png" /> Master Password</a></h1>
|
|
<div class="divider"></div>
|
|
|
|
</header>
|
|
<div id="fixedheader">
|
|
<h2><a href="index.html">Master Password</a></h2>
|
|
</div>
|
|
<!--a href="http://bit.ly/vNN5Zi" onclick="_gaq.push(['_trackPageview', '/outbound/testflight']);" id="ribbon"></a-->
|
|
|
|
<section class="heading">
|
|
<div>
|
|
|
|
<div class="slider-wrapper">
|
|
<div id="slider" class="nivoSlider">
|
|
<img src="images/slide1.jpg" alt="" />
|
|
<a href="http://dev7studios.com"><img src="images/slide2.jpg" alt="" title="#htmlcaption" /></a>
|
|
<img src="images/slide3.jpg" alt="" title="This is an example of a caption" />
|
|
<img src="images/slide4.jpg" alt="" />
|
|
</div>
|
|
</div>
|
|
<div id="htmlcaption" class="nivo-html-caption">
|
|
<strong>This</strong> is an example of a <em>HTML</em> caption with <a href="#">a link</a>.
|
|
</div>
|
|
|
|
</div>
|
|
</section>
|
|
<!--section class="heading">
|
|
<div>
|
|
<div class="sidebox">
|
|
<div class="clip">
|
|
<img src="img/frontpage_phone.png" />
|
|
</div>
|
|
</div>
|
|
|
|
<h1>Stop worrying<br />
|
|
about passwords</h1>
|
|
|
|
<h2>Admit it, you're terrible at memorizing passwords.</h2>
|
|
|
|
<p>Just like the rest of the world, your passwords are too simple or reused between many sites. To hackers, <em>your accounts are like an empty house with the door left open</em>.</p>
|
|
|
|
<p>I'm sure you've <em>tried</em> to do better. Maybe you keep a notebook or post-it with passwords. Maybe you even store your passwords in a program or just in your browser. The problem with putting your passwords somewhere "safe" is two-fold: Somebody can <em>steal them</em>, and you can <em>loose them</em>.</p>
|
|
|
|
<p> </p>
|
|
|
|
<p><b>Master Password is a <em>stateless solution</em></b>, which means <strong>your passwords aren't saved <em>anywhere</em></strong>. Not in your head, not in a notebook, not on your computer and not in the cloud.<br />
|
|
Nothing to store means nothing to keep safe and nothing to lose.</p>
|
|
|
|
<p>Master Password just recreates the passwords for your sites whenever you need them: instantly and on-demand. At the same time it makes sure that your accounts are adequately protected with <em>secure and unique</em> passwords.</p>
|
|
</div>
|
|
</section-->
|
|
|
|
<section>
|
|
<p>Master Password is <b>different</b> from other vault-like password solutions. It helps you set <b>secure passwords</b> for your sites, and at the same time makes <b>losing your passwords almost impossible</b>.</p>
|
|
|
|
<p>Built on algorithms such as <a href="http://www.bsdcan.org/2009/schedule/events/147.en.html">scrypt</a> and <a href="http://en.wikipedia.org/wiki/HMAC">HMAC-SHA256</a>, your master password is kept safe even if websites you use get hacked.</p>
|
|
|
|
<p>As to prove a point, <a href="http://www.washingtonpost.com/business/technology/linkedin-eharmony-deal-with-breach-aftermath/2012/06/07/gJQAwqs5KV_story.html"><b>LinkedIn</b>, <b>eHarmony</b></a>, and <a href="http://securitywatch.pcmag.com/none/298865-last-fm-joins-eharmony-linkedin-to-celebrate-breach-week"><b>Last.FM</b></a> have announced breaches that compromise millions of passwords in the past month alone. These breaches have leaked "<em>hashes</em>" of people's passwords, which make it trivial for attackers to find out the actual passwords <em>if they're not secure enough</em>.</p>
|
|
|
|
<hr class="clear" />
|
|
<!--p>
|
|
Using Master Password, you will <strong>remember <em>only one</em> secure password</strong> and use that with the application to <strong>generate <em>any</em> password you might need</strong>: sites, email addresses, gaming accounts, or even your bike lock.<br />
|
|
Today, it's time to <em>stop worrying</em> about our passwords and get on with what we need to get done.
|
|
</p-->
|
|
|
|
<a name="how"></a>
|
|
<div class="columns">
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-unlock.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>Locked from prying eyes</h2>
|
|
Your master password <strong>unlocks the application</strong> and grants access all the passwords inside.<br />
|
|
It is the only thing you will need to remember from now on.
|
|
</div>
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-password.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>Creates secure passwords</h2>
|
|
The application <strong>generates secure, random and unique passwords</strong> in a format that's easy for you to copy.
|
|
</div>
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-types.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>Different password types</h2>
|
|
Master Password's <strong>presets allow you to comply with</strong> almost any site's restrictive <strong>password policies</strong>, while still producing as secure a password for them as they permit.
|
|
</div>
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-copy.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>Copy with a tap</h2>
|
|
It's really easy to use the password on your iPhone: Just <strong>tap the password to copy it</strong> and paste it in a different application's password field.<br />
|
|
Goodbye, annoying App Store password pop-up.
|
|
</div>
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-custom.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>Saves custom passwords</h2>
|
|
You can also <strong>store custom passwords</strong> in the application. They will be safely encrypted with your master password.
|
|
</div>
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-bike.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>Not just for online</h2>
|
|
These passwords <strong>can also be used for the things around you</strong>: Your bike lock, your home alarm system, PIN codes, ...
|
|
</div>
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-icloud.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>Syncs with iCloud</h2>
|
|
Enable iCloud support to store all your password names in your iCloud account. Great for <strong>keeping multiple Apple devices in sync</strong> or backing up your site list.<br />
|
|
Apple will never see any of your passwords.
|
|
</div>
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-export.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>Data liberation</h2>
|
|
And of course, <strong>you retain full control over all your passwords</strong>: You can export them at any time, and import new site lists.
|
|
</div>
|
|
<div>
|
|
<div class="columnhead">
|
|
<div class="box effect-7">
|
|
<img src="img/shots/feature-mac.png" />
|
|
</div>
|
|
<br />
|
|
</div>
|
|
<h2>What about your Mac?</h2>
|
|
A Mac version of Master Password exists too! It gives you access to all of your passwords without needing to bring up your phone.<br />
|
|
Just enable iCloud for a seamless experience.
|
|
</div>
|
|
</div>
|
|
|
|
<hr />
|
|
<a class="next" href="what.html">What is this thing and why do I need it?</a>
|
|
</section>
|
|
|
|
<footer>
|
|
Master Password is a security and productivity product by <a href="http://www.lyndir.com" onclick="_gaq.push(['_trackPageview', '/outbound/lyndir.com']);">Lyndir</a>, © 2011.
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|