comparison 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
comparison
equal deleted inserted replaced
16:426e9c04c6f9 17:f3e03596fcf9
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
6 <link rel="commands" href="secure-data-storage.js">
7 <title>Secure Data Storage</title>
8 </head>
9 <body>
10 <p>
11 The <tt>my-secure-data</tt> command allows you to access and edit a
12 plain text file that can contain whatever sensitive data you want.
13 </p>
14 <p>
15 If you have
16 Firefox's <a href="http://support.mozilla.com/en-US/kb/Protecting+stored+passwords+using+a+master+password">master
17 password feature</a> enabled, this data will be encrypted
18 on-disk. In addition, you'll be asked for your master password
19 before editing your data.
20 </p>
21 <p>
22 If you have <a href="https://services.mozilla.com/">Weave</a>
23 installed and configured to sync passwords, this data will
24 automatically be synced between your computers and devices that
25 have Weave installed.
26 </p>
27 </body>
28 </html>