Allow users to right click on a field and select “Protect this field.” When they select it, bring up a window (described in
XUL) which asks them if it’s a ‘content’ field or a ‘search’ field and, optionally, let them choose which cipher to use. Search will default to hash, while ‘content’ will default to their default cipher (’TEA’ for now). The ‘content’/’search’ options are important functionality because it will determine if the accessor returns the whole
XML setup or only the hash of the value. We may also want to list the
URI back to them and allow them to alter the
URI or add wildcards (*) to make it more domain-specific and less
URI-specific (similar to Adblock).
PARTIALLY IMPLEMENTED. THE REST IS LOW PRIORITY