domcrypt icon indicating copy to clipboard operation
domcrypt copied to clipboard

fast, native Public Key Encryption exposed to JavaScript/DOMWindows for Firefox

Results 4 domcrypt issues
Sort by recently updated
recently updated
newest added

Currently, only one keypair is stored per profile. Any page could trigger `window.mozCipher.pk.generateKeyPair` and thus overwrite the stored key, meaning that the user will lose access to whatever encrypted data...

When an error occurs during the very first initialisation of DOMCrypt, the config file `.mozCipher.json` may be created as an empty file. On subsequent initialisations of the extension, DOMCrypt will...

Growl on MacOS and libnotify on Linux is required for DOMCrypt to work. Need to implement a work-around, better yet do away with the notifications and create an event that...

Nice idea, thank you. What about creating a wiki and explaining the difference to FireGPG (http://getfiregpg.org/s/home)? Or maybe you want to revamp FireGPG instead?