sharieswebsite/content/html/en/index.md

74 lines
2.4 KiB
Markdown
Raw Normal View History

2011-05-02 20:05:33 +00:00
-----
title: YPassword
noSubMenu: true
menupriority: 1
-----
<% content_for :js do %>
<script>
var blocks=["secure","easy","portable"];
function show(name) {
for ( var i in blocks ) {
el=blocks[i];
if (el == name) { continue; }
// console.log('HIDE: #'+el+'content');
$('#'+el+'content').hide();
}
$('#'+name+'content').show();
// console.log('SHOW: #'+name+'content');
}
$('document').ready(function() {
$('.secure').click(function() {show("secure")});
$('.easy').click(function() {show("easy")});
$('.portable').click(function() {show("portable")});
for (var i in blocks) {
el=blocks[i];
$('#'+el+'content').hide();
}
});
</script>
<% end %>
2011-05-05 08:37:34 +00:00
2011-05-13 20:01:52 +00:00
<% content_for :title do %>
2011-06-28 16:08:33 +00:00
<a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=436268354&mt=8">YPassword</a>
2011-05-13 20:01:52 +00:00
<% end %>
2011-05-02 20:05:33 +00:00
<div id="mainlinks">
2011-06-28 15:12:22 +00:00
<%= block("Secure","javascript:return false;","SHA1 ensure strong password generation","left secure clickable") %>
<%= block("Easy","javascript:return false;","Remember only one master password", "left easy clickable") %>
<%= block("Portable","javascript:return false;","Dashboard widget, Javascript applet, etc...", "left portable clickable") %>
2011-05-02 20:05:33 +00:00
</div>
<div class="flush"></div>
2011-05-05 08:37:34 +00:00
<div id="securecontent" class="slideshow big"><div class="inner">
2011-05-02 20:05:33 +00:00
YPassword use SHA1
2011-05-13 22:12:01 +00:00
<img src="/Scratch//img/blog/2011-05-05-Screenshots/main_password.jpg" alt="main password view" style="display:block; margin-left:0;"/>
2011-05-04 16:42:47 +00:00
</div></div>
2011-05-02 20:05:33 +00:00
2011-05-05 08:37:34 +00:00
<div id="easycontent" class="slideshow big"><div class="inner">
2011-05-04 16:42:47 +00:00
You remember only one password the rest follow.
2011-05-13 22:12:01 +00:00
<img src="/Scratch//img/blog/2011-05-05-Screenshots/main_view.jpg" alt="main view" style="display:block;margin-left:0;"/>
2011-05-13 20:01:52 +00:00
If you click on "go to website" you are redirected to the website.
Your password is copied, you can paste it.
2011-05-04 16:42:47 +00:00
</div></div>
2011-05-02 20:05:33 +00:00
2011-05-05 08:37:34 +00:00
<div id="portablecontent" class="slideshow big">
<div class="inner">
You can use YPassword on
<ul>
<li> iPhone, </li>
<li> Mac using Dashboard widget, </li>
<li> on UNIX system using the command line <code>openssl</code> </li>
</ul>
</div>
</div>
2011-05-13 20:01:52 +00:00
<div class="flush"></div>
2011-06-28 15:12:22 +00:00
<%= block("Get it!",
"http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=436268354&mt=8",
"On the Apple Store",
"clickable") %>
2011-05-13 20:01:52 +00:00
<div class="flush"></div>