Mercurial > my-ubiquity-commands
view secure-data-storage/index.html @ 27:305345a0e472 default tip
Modifications to work w/ latest jetpack.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 18 May 2009 22:51:37 -0700 |
parents | f3e03596fcf9 |
children |
line wrap: on
line source
<!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>