At a glance, the DOMCrypt extension adds 'window.mozCipher' to each browser window.
With 'mozCipher', you can generate a public and private key pair. All of the encryption operations are handled by low-level NSS libraries written in C.
For this reason DOMCrypt could not be considered an actually JavaScript-in-content solution. An explanation could be the fact that NSS handles all of the SSL operations in many modern browsers.
Native JavaScript encryption tools. DOMCrypt provides a new global window property called "mozCipher".
The DOMCrypt add-on is cross-platform and it works on Mac OS X, Windows and Linux.
Requirements:
· Firefox 8.0 - 10.0
What's New in This Release: [ read full changelog ]
· Updates for Firefox 8 - 10 release compatibility