diff secure-data-storage/index.html @ 17:f3e03596fcf9

Added secure data storage command feed.
author Atul Varma <varmaa@toolness.com>
date Wed, 08 Apr 2009 10:52:31 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/secure-data-storage/index.html	Wed Apr 08 10:52:31 2009 -0700
@@ -0,0 +1,28 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+  <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
+  <link rel="commands" href="secure-data-storage.js">
+  <title>Secure Data Storage</title>
+</head>
+<body>
+<p>
+  The <tt>my-secure-data</tt> command allows you to access and edit a
+  plain text file that can contain whatever sensitive data you want.
+</p>
+<p>
+  If you have
+  Firefox's <a href="http://support.mozilla.com/en-US/kb/Protecting+stored+passwords+using+a+master+password">master
+  password feature</a> enabled, this data will be encrypted
+  on-disk. In addition, you'll be asked for your master password
+  before editing your data.
+</p>
+<p>
+  If you have <a href="https://services.mozilla.com/">Weave</a>
+  installed and configured to sync passwords, this data will
+  automatically be synced between your computers and devices that
+  have Weave installed.
+</p>
+</body>
+</html>